mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:35:07 +03:00
More vw conversion
This commit is contained in:
parent
4315c7c163
commit
074e1c5785
2 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 38px;
|
font-size: 2vw;
|
||||||
border-left: 2px solid #949494 !important;
|
border-left: 2px solid #949494 !important;
|
||||||
border-right: 2px solid #949494 !important;
|
border-right: 2px solid #949494 !important;
|
||||||
background-color: #1a1a1a !important;
|
background-color: #1a1a1a !important;
|
||||||
|
|
|
@ -124,7 +124,7 @@ li{
|
||||||
|
|
||||||
|
|
||||||
/* Extra-Large Screens*/
|
/* Extra-Large Screens*/
|
||||||
@media only screen and (min-width: 1200px) {
|
/*@media only screen and (min-width: 1200px) {*/
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 11.5vw;
|
font-size: 11.5vw;
|
||||||
|
@ -160,8 +160,6 @@ li{
|
||||||
p{
|
p{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 1200px) {
|
@media only screen and (min-width: 768px) and (max-width: 1200px) {
|
||||||
|
|
Loading…
Reference in a new issue