Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronch99 committed Oct 3, 2024
1 parent 0bde335 commit 4c28c65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,6 @@ body {
padding: 10px;
}

@media screen and (max-width: 768px) {
#org-banners {
flex-direction: column;
justify-content: space-around;
}
}

.sab_example{
display: grid;
grid-template-columns: 35% 55%;
Expand All @@ -161,4 +154,11 @@ body {
grid-template-areas:
"box1 box3"
"box2 box4";
}

@media screen and (max-width: 768px) {
#org-banners {
flex-direction: column;
justify-content: space-around;
}
}

0 comments on commit 4c28c65

Please sign in to comment.