Style updates

This commit is contained in:
2024-11-18 00:22:40 -05:00
parent f61a5ff81b
commit cb849308cc
4 changed files with 24 additions and 12 deletions

View File

@ -106,6 +106,7 @@ menu,
nav {
display: block;
width: 250px;
margin-bottom: 1em;
}
body {
@ -1891,10 +1892,11 @@ header p {
text-transform: uppercase;
}
header.major> :last-child {
header.major {
/*> :last-child {*/
border-bottom: solid 3px #f56a6a;
display: inline-block;
margin: 0 0 2em 0;
margin: 0 0 10px 0;
padding: 0 0.75em 0.5em 0;
}
@ -2679,8 +2681,7 @@ button:disabled,
/* Mini Posts */
.mini-posts article {
border-top: solid 1px rgba(210, 215, 217, 0.75);
margin-top: 2em;
padding-top: 2em;
padding-top: 1em;
}
.mini-posts article .image {
@ -2695,7 +2696,7 @@ button:disabled,
.mini-posts article:first-child {
border-top: 0;
margin-top: 0;
margin-top: 1em;
padding-top: 0;
}
@ -3199,7 +3200,7 @@ button:disabled,
#sidebar>.inner>* {
border-bottom: solid 2px rgba(210, 215, 217, 0.75);
margin: 0 0 3.5em 0;
padding: 0 0 3.5em 0;
/*padding: 0 0 3.5em 0;*/
}
#sidebar>.inner>*> :last-child {
@ -3283,14 +3284,14 @@ button:disabled,
}
#sidebar>.inner>.alt {
margin: -1.66667em 0 3.33333em -1.66667em;
margin: 0;
padding: 1.66667em;
width: calc(100% + 3.33333em);
}
#sidebar .toggle {
height: 4.5em;
left: 24em;
left: 23em;
line-height: 4.5em;
text-indent: 5em;
width: 5em;
@ -3410,7 +3411,18 @@ button:disabled,
}
@media screen and (max-width: 1680px) {
#header {}
#header .logo {
font-size: 1.25em;
margin: 0;
}
#header .icons {
height: 5em;
line-height: 5em;
position: absolute;
right: -0.5em;
top: 0;
}
}
@media screen and (max-width: 736px) {