removed footer css
This commit is contained in:
parent
5bde8f7821
commit
8544c3bd0d
1 changed files with 2 additions and 12 deletions
|
@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, footer, ul {
|
p, ul {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
@ -122,21 +122,11 @@ header a:hover {
|
||||||
background-color: #fff8;
|
background-color: #fff8;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
text-align: center;
|
|
||||||
color: grey;
|
|
||||||
font-style: italic;
|
|
||||||
box-sizing: content-box;
|
|
||||||
}
|
|
||||||
footer a:not(:last-child)::after, .subheading-links a:not(:last-child)::after {
|
|
||||||
content: " - "
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
||||||
#main {
|
#main {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
p, footer, ul {
|
p, ul {
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
|
|
Loading…
Reference in a new issue