Skip to content

Commit

Permalink
change: Overflow auto for each card
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalfrustation committed Apr 7, 2024
1 parent 7d655b0 commit 3e87952
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ body>div {
border-radius: 10px;
padding: 10px;
width: 95%;
overflow: auto;
background: radial-gradient(circle, var(--bg-square-edge-color) 0%,
var(--bg-square-edge-color) 25%,
transparent 100%),
Expand Down Expand Up @@ -280,10 +281,10 @@ body>div:hover::after {

}

@media only screen and (max-width: 1200px) {
@media only screen and (min-width: 992px) {

body {
grid-template-columns: auto;
grid-template-columns: auto auto;

}

Expand Down

0 comments on commit 3e87952

Please sign in to comment.