1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

working with header animations - marked/highlightjs fixes

This commit is contained in:
2016-08-24 23:41:46 -05:00
parent 7b48c79180
commit 07ead1ffc2
12 changed files with 336 additions and 15 deletions

View File

@@ -1,12 +1,14 @@
@import './utils.scss';
html {
font-family: 'Roboto Slab', serif;
//font-family: 'Roboto Slab', serif;
font-family: 'Raleway', Calibri, Arial, sans-serif;
}
body {
max-width: 100%;
overflow-x: hidden;
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
font-weight: 300;
}
h1,
h2,
@@ -15,10 +17,11 @@ h4,
h5,
h6 {
margin: 0;
font-weight: 500;
font-weight: 300;
}
p {
font-weight: 300;
font-weight: 200;
font-size: 1.1em;
}
*,
*:after,
@@ -36,16 +39,14 @@ a {
}
}
code,
pre code{
pre{
white-space: pre-wrap;
position: relative;
}
.Layout {
height: 100%;
display: flex;
flex-direction: column;
.Footer,
.Header,
.Main {
display: flex;
padding-right: calc(50% - 997px / 2);