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