This commit is contained in:
Set Sakrecoer 2019-09-13 16:12:55 +02:00
parent b6ab0631c7
commit 7939831659

View file

@ -1,5 +1,5 @@
html { html {
font-family: "Helvetica", Sans-serif; font-family: "Ubuntu", "Helvetica", Sans-serif;
} }
@-webkit-keyframes AnimationName { @-webkit-keyframes AnimationName {
@ -66,7 +66,7 @@ a:hover {
padding: 20px; padding: 20px;
flex: 0 0 300px;; flex: 0 0 250px;;
} }
.pivot { .pivot {
border-radius: 3px; border-radius: 3px;
@ -76,7 +76,7 @@ a:hover {
h1 { h1 {
font-size: 3em; font-size: 2.5em;
line-height: .3em; line-height: .3em;
} }
@ -131,9 +131,12 @@ a:hover {
} }
.pivot { .pivot {
background: transparent; background: transparent;
flex: 0 0 250px;
} }
h1 {
font-size: 2.25em;
}
// .fullscreen-bg__video { // .fullscreen-bg__video {