mess with padding
This commit is contained in:
@@ -11,11 +11,24 @@ body {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* header and footer */
|
/* padding */
|
||||||
header {
|
header,
|
||||||
padding: 1rem;
|
nav,
|
||||||
|
article,
|
||||||
|
footer {
|
||||||
|
padding-left: 1rem;
|
||||||
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
padding-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* header and footer */
|
||||||
#homelink {
|
#homelink {
|
||||||
color: blue;
|
color: blue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -28,13 +41,13 @@ header {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* main content */
|
#copyright {
|
||||||
main nav {
|
font-size: small;
|
||||||
padding: 1rem;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* main content */
|
||||||
article {
|
article {
|
||||||
padding: 1rem;
|
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
/* about page is janky without this; see
|
/* about page is janky without this; see
|
||||||
@@ -62,13 +75,6 @@ ol ol ol {
|
|||||||
list-style: lower-roman
|
list-style: lower-roman
|
||||||
}
|
}
|
||||||
|
|
||||||
#copyright {
|
|
||||||
font-size: small;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0;
|
|
||||||
padding: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 80ch) {
|
@media screen and (min-width: 80ch) {
|
||||||
body {
|
body {
|
||||||
border: 3px black solid;
|
border: 3px black solid;
|
||||||
|
|||||||
Reference in New Issue
Block a user