Skip to content

Commit

Permalink
Improving padding and looks relating to phone usage
Browse files Browse the repository at this point in the history
  • Loading branch information
A1766106 committed Nov 17, 2023
1 parent 293d49a commit 126c964
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stylesheets/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ body {
display: inline-block;
}

.logo {
font-family: 'Roboto', sans-serif;
font-size: 1.5em;
font-weight: bold;
background: linear-gradient(to right, #F1FAC0, #2CDD0D);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
}

.logo-link {
text-decoration: none;
color: inherit;
Expand Down

0 comments on commit 126c964

Please sign in to comment.