go back to the old, balanced width alignments

This commit is contained in:
Brian S. Stephan 2022-05-14 08:57:46 -05:00
parent de0641b08f
commit 54b953f5ed
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
3 changed files with 3 additions and 12 deletions

View File

@ -12,11 +12,11 @@ body {
}
.site-wrap-normal-width {
max-width: 80pc;
max-width: 65pc;
}
.site-wrap-double-width {
max-width: 160pc;
max-width: 130pc;
}
.site-wrap {
@ -35,7 +35,7 @@ div.header {
display: flex;
justify-content: space-between;
font-size: 0.75em;
padding: 0.5em 1em;
padding: 1em 1em;
}
div.header a {
@ -48,13 +48,6 @@ div.content {
line-height: 1.6em;
}
@media only screen and (min-width: 70pc) {
div.content, footer {
margin-left: 5pc;
margin-right: 5pc;
}
}
div.content p {
margin: 1.25em 0;
}

View File

@ -27,7 +27,6 @@ div.site-wrap {
}
div.header {
padding: 10px 0;
color: #BBB;
}

View File

@ -27,7 +27,6 @@ div.site-wrap {
}
div.header {
padding: 10px 0;
color: #444;
}