Skip to content

Commit

Permalink
Fix account box sizing broken by Bulma update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Apr 13, 2022
1 parent f6871b2 commit 3f2d3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ a:hover {
background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/
margin: 0 1%;
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
width: 31.3%;
width: 31.3% !important;
}

@media screen and (max-width: 1217px) {
.tfa-list {
width: 48%;
.tfa-list {
width: 48% !important;
}
}

Expand All @@ -147,7 +147,7 @@ a:hover {
margin: 0;
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
max-width: none;
width: auto;
width: auto !important;
}
}

Expand Down

0 comments on commit 3f2d3ca

Please sign in to comment.