removed footer css

This commit is contained in:
Lynne Megido 2020-03-12 19:28:37 +10:00
parent 5bde8f7821
commit 8544c3bd0d
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 {
display: block;
}
p, footer, ul {
p, ul {
margin: 20px auto;
line-height: 1.3em;
}
@ -122,21 +122,11 @@ header a:hover {
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) {
#main {
width: 95%;
}
p, footer, ul {
p, ul {
line-height: 1.6em;
}
header {