styling
This commit is contained in:
parent
b6ab0631c7
commit
7939831659
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue