Skip to content

Commit

Permalink
Theme for Nouveausite - bloc apps home
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Nov 5, 2024
1 parent a73bb39 commit ca46d96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nouveausite/src/scss/home/quick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@
transition: all 0.5s ease;

@media screen and (max-width: 1400px) {
width: calc(33% - 40px);
width: calc(33% - 40px) !important;
}

@media screen and (max-width: 1200px) {
width: calc(50% - 40px);
width: calc(50% - 40px) !important;
}

@media screen and (max-width: 800px) {
width: calc(100% - 40px);
padding: 10px 30px;
min-height: 100px;
width: calc(100% - 40px) !important;
padding: 10px 30px !important;
min-height: 100px !important;
}
}

Expand Down

0 comments on commit ca46d96

Please sign in to comment.