Skip to content

Commit

Permalink
update fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn Zschernack committed Apr 25, 2024
1 parent 93efb31 commit f7cc2b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/includes/_content.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

a{
text-decoration: underline;

Expand Down
6 changes: 6 additions & 0 deletions scss/includes/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ body {
.bg-lightgrey{
background-color: rgb(3, 34, 62, .03)
}
h1{
font-size:40px;

@media screen and (max-width: 768px) {
font-size: 30px;
}
}
h1, h2, h3, h4 {
font-family: 'BarlowBold';

Expand Down
8 changes: 8 additions & 0 deletions scss/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ body .bg-darkblue {
body .bg-lightgrey {
background-color: rgba(3, 34, 62, 0.03);
}
body h1 {
font-size: 40px;
}
@media screen and (max-width: 768px) {
body h1 {
font-size: 30px;
}
}
body h1, body h2, body h3, body h4 {
font-family: "BarlowBold";
}
Expand Down

0 comments on commit f7cc2b2

Please sign in to comment.