css is a terrible language
parent
724157ba78
commit
5bef33f6d5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue