go back to the old, balanced width alignments
This commit is contained in:
parent
de0641b08f
commit
54b953f5ed
@ -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;
|
||||
}
|
||||
|
@ -27,7 +27,6 @@ div.site-wrap {
|
||||
}
|
||||
|
||||
div.header {
|
||||
padding: 10px 0;
|
||||
color: #BBB;
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,6 @@ div.site-wrap {
|
||||
}
|
||||
|
||||
div.header {
|
||||
padding: 10px 0;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user