Update 'main.css'

master
lidia-pmr 5 years ago
parent 90d8108e3f
commit cbf9e09408

@ -13,6 +13,11 @@
src: url(fonts/courierprime.ttf);
}
@font-face {
font-family: tenor;
src: url(fonts/tenor.ttf);
}
* {
box-sizing: border-box;
}
@ -46,7 +51,7 @@ header{
}
header h1{
font-family:courierprime;
font-family:tenor;
font-size:9vw;
float:left;
width:60%;
@ -733,7 +738,7 @@ header{
}
header h1{
font-size:7vw;
font-size:6vw;
margin-bottom:13%;
width:77%;
float:none;

Loading…
Cancel
Save