mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 17:09:19 +02:00
fixed container padding on smaller screens
This commit is contained in:
parent
bf80085ba1
commit
107ec5906f
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-right: 25px;
|
padding-right: 3%;
|
||||||
padding-left: 25px;
|
padding-left: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-wrapper {
|
.image-wrapper {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue