Skip to content

Commit

Permalink
Fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlimU11 committed Nov 11, 2022
1 parent 132aecb commit d1ef3af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ h5 {
font-size: 1.5rem;
}

.settings-column {
display: block !important;
}

@media screen and (max-width: 1600px) {

.card-body>.row>.col-2 {
Expand Down Expand Up @@ -490,8 +494,6 @@ h5 {
padding: 5vw 5vw 5vh 10vw;
}

.settings-card>.card-body>.row {}

.settings-card>.card-body>.row>h2>div> :first-child {
display: none;
}
Expand Down

0 comments on commit d1ef3af

Please sign in to comment.