Skip to content

Commit

Permalink
Spacing and alignment style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanchandra committed Jul 22, 2019
1 parent 301d2f7 commit 4380fa6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -40,7 +40,7 @@ theme_settings:
stack_exchange: # Full URL
steam:
tumblr:
twitter: "twitter"
twitter:
wordpress:
youtube:

Expand Down
2 changes: 1 addition & 1 deletion _sass/base/_variables.scss
@@ -1,7 +1,7 @@
// Typography
$font-family-main: 'Source Sans Pro', Helvetica, Arial, sans-serif !default;
$font-family-headings: 'Source Sans Pro', Helvetica, Arial, sans-serif !default;
$font-size: 1.25em !default;
$font-size: 1.15em !default;

// Padding
$padding-large: 20% !default;
Expand Down
7 changes: 5 additions & 2 deletions _sass/includes/_header.scss
Expand Up @@ -37,8 +37,11 @@
}
li {
display: inline;
float: left;
margin-right: 0.4em;
margin-right: 1em;
vertical-align: middle;
&:last-of-type {
margin-right: 0;
}
}
@media (max-width: 1100px) {
ul {
Expand Down
1 change: 1 addition & 0 deletions _sass/includes/_tag_list.scss
@@ -1,5 +1,6 @@
.tags {
width: 100%;
margin-top: 1em;
.tag {
margin-right: 0.5em;
color: $tags-color;
Expand Down

0 comments on commit 4380fa6

Please sign in to comment.