Skip to content

Commit

Permalink
Added important to margin 0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlschumann committed Dec 19, 2024
1 parent e3fe203 commit f9d4766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ styles: true
.image-container {
display: grid; /* Use grid layout */
grid-template-columns: repeat(2, 1fr); /* Two equal-width columns */
gap: clamp(5px, 2vw, 15px);; /* Add spacing between rows and columns */
gap: clamp(5px, 2vw, 15px); /* Add spacing between rows and columns */
margin: 0; /* Remove default margin */
padding: 0; /* Remove default padding */
}

.figure {
margin: 0;
margin: 0 !important;
}

.image {
Expand Down

0 comments on commit f9d4766

Please sign in to comment.