css is a terrible language

master
phanes 2023-05-22 22:15:30 -04:00
parent 724157ba78
commit 5bef33f6d5
1 changed files with 6 additions and 0 deletions

View File

@ -137,6 +137,12 @@ hr {
}
}
@media (min-width: 768px)
.col-md-3 {
max-width: 100% !important;
min-width: 100% !important;
}
@media (max-width: 1000px) {
h1 {
font-size: 30px;