some mobile fixes
This commit is contained in:
parent
d764fd29e1
commit
1ab20739cc
3 changed files with 16 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue