Skip to content

Commit

Permalink
Tweak about page, slim padding on sides of content
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Dec 21, 2023
1 parent 1eca541 commit 3325409
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
12 changes: 9 additions & 3 deletions themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_about.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.about
{
.about {
margin-top: 3rem;
text-align: center;
font-weight: 600;
}

.about h1 {
font-weight: 600;
}

.avatar {
Expand Down Expand Up @@ -37,4 +41,6 @@
.icon:hover {
color: $link-hover-color;
fill: $link-hover-color;
}
}


1 change: 1 addition & 0 deletions themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ $content-max-width: 42rem;
//$content-max-width: 42rem;
//$content-max-width: 52rem;
//$content-max-width: 38rem;
$content-padding: 1rem;

// navigation
$navigation-color: $blue;
4 changes: 2 additions & 2 deletions themes/hyde-hyde-hyde-zola/sass/poole/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

.container {
max-width: $content-max-width;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-left: $content-padding;
padding-right: $content-padding;
margin-left: auto;
margin-right: auto;
}
Expand Down

0 comments on commit 3325409

Please sign in to comment.