fixed css on tearaways for title collision
parent
5788694bbe
commit
724157ba78
|
@ -131,6 +131,10 @@ hr {
|
||||||
.shadow-lg {
|
.shadow-lg {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
.col-md-3 {
|
||||||
|
max-width: 100% !important;
|
||||||
|
min-width: 100% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
|
@ -226,4 +230,4 @@ figcaption {
|
||||||
100% {
|
100% {
|
||||||
text-shadow: 0 0 5px white;
|
text-shadow: 0 0 5px white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue