some mobile fixes

This commit is contained in:
Nicholas Orlowsky 2023-01-23 20:51:30 -06:00
parent d764fd29e1
commit 1ab20739cc
3 changed files with 16 additions and 10 deletions

View file

@ -58,6 +58,15 @@ p {
padding-bottom: 5px;
}
@media only screen
and (max-width: 992px) {
.nws-card-md {
border-radius: 20px;
background-color: #eee;
padding: .75rem;
}
}
.nws-card {
border-radius: 20px;
background-color: #eee;