mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 12:52:08 +01:00
Update padding and justify-content in Projects.scss
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
.projects {
|
||||
padding: 0 10rem;
|
||||
padding: 0 2rem;
|
||||
|
||||
@media (min-width: 1600px) {
|
||||
padding: 0 15rem;
|
||||
}
|
||||
|
||||
.grid {
|
||||
padding: 2rem 0;
|
||||
padding: 1rem 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user