Skip to content

Commit

Permalink
Merge pull request #315 from ocftw/revert/73239e5
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 authored Nov 5, 2023
2 parents 17db0ea + 0b9ecfa commit 5fb2759
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions homepage/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ h5 {
justify-content: center;
align-items: flex-end;
}
.headline h1 {
border-bottom: 1px solid #ef5826;
}
a:hover {
color: #d83d0a;
text-decoration: underline;
Expand Down Expand Up @@ -532,6 +535,17 @@ h2,
display: inline-block;
position: relative;
}
h2:after,
.line-heading:after {
content: '';
width: 25px;
height: 1px;
display: inline-block;
position: absolute;
background: #ef5826;
top: 100%;
left: 0;
}
.see-more {
text-align: center;
display: inline-block;
Expand Down

0 comments on commit 5fb2759

Please sign in to comment.