Removing very not bussin frfr not like me media queries

This commit is contained in:
shockrah 2023-10-06 22:33:20 -07:00
parent b591bfc2a2
commit 9381784aea

View File

@ -243,35 +243,5 @@ ul.timeline > li:before {
margin: 0.3em;
}
@media (max-width: 768px) {
body { min-width: 100%; }
p { font-size: x-large; }
li { font-size: x-large; }
h6 { font-size: x-large; }
.media-float { float: none!important; }
.container { max-width: 100%; }
.card {
max-width: 100%;
margin-top: 1em;
margin-bottom: 1em;
margin-left: auto;
margin-right: auto;
}
.headline { bottom: 0; }
.headline-title { font-size: 1.5em; }
.one-liner { font-size: 1em; }
}
@media only screen and (max-width: 1024px) {
p { font-size: xxx-large; }
li { font-size: xxx-large; }
h6 { font-size: xxx-large; }
.media-float { float: none!important; }
.section-header { font-size: 4rem; }
.card-title { font-size: 5rem; }
.card-subtitle { font-size: 2.75rem; }
.card { max-width: 100%; }
.bigger { font-size: 2.75rem; }
.container { max-width: 90%; }
}