Skip to content

Commit

Permalink
Improves homepage image border, and site picker overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSteam committed Nov 10, 2024
1 parent 261be28 commit 0fb4805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
min-height: 180px;
background-position: center;
background-color: #fff;
border-radius: .17rem;
}

.post-title {
Expand All @@ -37,7 +38,6 @@
background-position: center;
background-color: #fff;
border: 1px solid {{ site.accent_colour }};
border-radius: .25rem;
}

.centred-content {
Expand Down Expand Up @@ -209,7 +209,7 @@ h1:hover .octicon, h2:hover .octicon, h3:hover .octicon, h4:hover .octicon, h5:h
}

.site-tile {
padding: 3.5px 10px 3.5px 10px;
padding: 3.5px 10px 3px 10px;
color: #ffffff !important;
white-space: nowrap;
}
Expand Down

0 comments on commit 0fb4805

Please sign in to comment.