mirror of
https://github.com/samsonjs/grid.git
synced 2026-04-27 15:07:39 +00:00
Update grid.css
This commit is contained in:
parent
0f1ffcd9ce
commit
694fcd0acd
1 changed files with 1 additions and 6 deletions
7
grid.css
7
grid.css
|
|
@ -28,7 +28,6 @@ body {
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
header {
|
header {
|
||||||
background: #ec6f66;
|
background: #ec6f66;
|
||||||
color: #555;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
@ -159,10 +158,6 @@ p {
|
||||||
max-width: 30rem;
|
max-width: 30rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
em {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
|
|
@ -395,7 +390,7 @@ img {
|
||||||
animation-name: fadeInUp;
|
animation-name: fadeInUp;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #Clearfix
|
/* #Clearfix by Nicolas Gallagher
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
.container:before,
|
.container:before,
|
||||||
.container:after,
|
.container:after,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue