Skip to content

Commit

Permalink
style: layout widths
Browse files Browse the repository at this point in the history
  • Loading branch information
verasativa committed Feb 18, 2019
1 parent f640256 commit 4a296a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@ header {
padding: 0;
position: relative;
h1 {
font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
font-family: Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
}
nav {
top: 100px;
margin-left: -46%;
}
section {
margin-top: 20px;
width: auto;
}
.wrapper{
width: 70%;
}

0 comments on commit 4a296a4

Please sign in to comment.