gotta love that css
parent
5bef33f6d5
commit
cbfd688708
|
@ -1,5 +1,5 @@
|
||||||
[main]
|
[main]
|
||||||
logo = rsrc/logo.png
|
logo = rsrc/logo.png
|
||||||
title = Under Construction
|
title = Dark Horse Linux Project
|
||||||
landing = pages/under_construction
|
landing = products/dark-horse-linux
|
||||||
owner = SILO GROUP, LLC
|
owner = SILO GROUP, LLC
|
|
@ -137,11 +137,12 @@ hr {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px)
|
@media (min-width: 768px) {
|
||||||
.col-md-3 {
|
.col-md-3 {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
min-width: 100% !important;
|
min-width: 100% !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in New Issue