terrified fix

This commit is contained in:
Lazy Hippopotamus
2023-06-25 15:45:31 -04:00
parent 22de164a33
commit f325280b81

View File

@@ -456,7 +456,6 @@ h1 {
#links-outer { #links-outer {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-size: 3em;
} }
#links > div:nth-child(2n) { #links > div:nth-child(2n) {
@@ -475,10 +474,11 @@ h1 {
p { p {
margin-left: 20px !important; margin-left: 20px !important;
margin-right: 20px !important; margin-right: 20px !important;
font-size: 2em;
} }
* { * {
font-size: 3em; /*font-size: 3em;*/
} }
#header { #header {
@@ -492,6 +492,10 @@ h1 {
iframe { iframe {
--video-width: 90vw !important; --video-width: 90vw !important;
} }
#sider {
font-size: 2em;
}
} }
#content > p { #content > p {