Skip to content

Commit

Permalink
align center
Browse files Browse the repository at this point in the history
  • Loading branch information
louisleger committed Jan 29, 2024
1 parent ae8d47a commit 2f16a83
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,29 +178,20 @@ img {
}
}

.site-info {
float: left;

@include mobile {
float: none;
display: block;
margin: 0 auto;
}
}

.site-name {
text-align: center;
margin: 0;

cursor: pointer;
color: $black;
color: $night;
font-family: $title;

font-weight: 400;
font-size: 28px;
}

.site-description {
margin: -5px 0 0 0;
text-align: center;
margin: 0;
color: $gray;
font-size: 16px;

Expand All @@ -211,6 +202,7 @@ img {

nav {
margin-top: 23px; // @TODO: Vertically middle align
text-align: center;
font-family: $helvetica;
font-size: 18px;

Expand Down

0 comments on commit 2f16a83

Please sign in to comment.