Skip to content

Commit

Permalink
mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Dec 17, 2024
1 parent 8c2531d commit 36bf2ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
13 changes: 10 additions & 3 deletions _site/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ h1 {
}

@media (max-width: 768px) {

.filters {
margin-bottom: 30px;
}

.container {
display: block;
padding: 20px;
Expand All @@ -362,14 +367,16 @@ h1 {
.sidebar {
position: relative;
width: 100%;
margin-bottom: 60px;
margin-bottom: 90px;
display: flex;
height: 140px;
}

.construction-notice {
margin-left: 30%;
width: 70%;
position: relative;
bottom: auto;
width: auto;
margin-top: 40px;
}

.content {
Expand Down
13 changes: 10 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,11 @@ h1 {
}

@media (max-width: 768px) {

.filters {
margin-bottom: 30px;
}

.container {
display: block;
padding: 20px;
Expand All @@ -362,14 +367,16 @@ h1 {
.sidebar {
position: relative;
width: 100%;
margin-bottom: 60px;
margin-bottom: 90px;
display: flex;
height: 140px;
}

.construction-notice {
margin-left: 30%;
width: 70%;
position: relative;
bottom: auto;
width: auto;
margin-top: 40px;
}

.content {
Expand Down

0 comments on commit 36bf2ad

Please sign in to comment.