fixed css on tearaways for title collision

master
phanes 2023-05-22 22:12:05 -04:00
parent 5788694bbe
commit 724157ba78
1 changed files with 5 additions and 1 deletions

View File

@ -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;
} }
} }