Skip to content

Commit

Permalink
Fix spacing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaRubocki committed Feb 26, 2022
1 parent c550399 commit 143d1b1
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions app/assets/stylesheets/showpage.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
}
}

.img-caption {
.space {
margin-top: $space4;
margin-bottom: 0px;
font-size: $txt4;
color: $grey2;
}
}

.info {
display: grid;
align-content: start;
Expand Down Expand Up @@ -117,6 +108,20 @@ td {
}
}

.img-caption {
.space {
margin-top: $space4;
margin-bottom: 0px;
}

p {
width: $space11;
font-size: $txt2;
color: $grey2;
margin: 0 auto;
}
}

// Image Carousel
.carousel {
.carousel-inner {
Expand All @@ -132,17 +137,17 @@ td {
height: $space11;
align-content: center;
justify-content: center;
}

.img-square {
margin: 0px;
padding: 0px;
}
.img-square {
margin: 0px;
padding: 0px;
}

a {
height: $space5;
width: $space5;
align-self: center;
margin: $space0;
a {
height: $space5;
width: $space5;
align-self: center;
margin: $space0;
}
}
}

0 comments on commit 143d1b1

Please sign in to comment.