PC styles done

This commit is contained in:
Schmelczer András 2019-12-28 20:51:43 +01:00
parent 98160edc72
commit 632a7703ff
49 changed files with 1545 additions and 1267 deletions

View file

@ -7,9 +7,6 @@
padding: 0;
box-sizing: border-box;
color: $normal-text-color;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
@ -64,5 +61,4 @@ video {
width: 100%;
height: auto;
object-fit: contain;
border-radius: $border-radius;
}