minor UI fix

This commit is contained in:
sairaj mote 2022-07-25 18:29:38 +05:30
parent 01776fdc82
commit 37bf4fe12e
3 changed files with 3 additions and 3 deletions

View File

@ -1020,7 +1020,7 @@ ol li::before {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (min-width: 56rem) {
@media screen and (min-width: 64rem) {
#main_card {
margin: 2rem 12vw;
width: calc(100% - 24vw);

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -945,7 +945,7 @@ ol {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (min-width: 56rem) {
@media screen and (min-width: 64rem) {
#main_card {
margin: 2rem 12vw;
width: calc(100% - 24vw);