Skip to content

Commit

Permalink
tweak image padding
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jul 16, 2024
1 parent 2e7d56e commit ef54c5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,15 @@ main {
margin-right: auto;
border-radius: 20px;
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);

padding-left: 1rem;
padding-right: 1rem;

@media (min-width: 768px) {
padding-left: 3rem;
padding-right: 3rem;
margin-top: 3rem;
margin-bottom: 3rem;
}
}
}

0 comments on commit ef54c5a

Please sign in to comment.