Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
EMSMoreno authored Aug 11, 2024
1 parent 3711e96 commit f8c8272
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,36 +283,13 @@ body {
margin-bottom: 50px;
}

/* Projects Gallery */
#project-section {
padding: 100px 10vw;
}

.gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.gallery-item {
background-color: #fff;
margin: 10px;
padding: 15px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
flex: 1 1 calc(25% - 20px);
min-width: 200px;
}

.gallery-item img {
max-width: 100%;
border-radius: 5px;
padding: 100px 10vw;
}

#project-section .sub-heading {
text-align: center;
margin-bottom: 50px;
text-align: center;
margin-bottom: 50px;
}

/* Language Flags */
Expand Down

0 comments on commit f8c8272

Please sign in to comment.