Skip to content

Commit

Permalink
fixed layout for phone
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Dec 20, 2023
1 parent 12df2ab commit 04a857a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions attack-theme/static/style/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ pre {
background: #dfdfdf;
}

@media screen and (max-width: 47.9875rem) {
@media screen and (max-width: 90.62rem) {
.card-filter {
display: contents;
}
Expand Down Expand Up @@ -619,7 +619,8 @@ pre {
}
.card-footer-no-button {
padding: 0.5rem 0.5rem 0.5rem;
height: 4rem;
min-height: 4rem;
max-height: fit-content;
}
.card-header { padding: 1.25rem 1.25rem 0; }
.card-header, .card-footer {
Expand Down

0 comments on commit 04a857a

Please sign in to comment.