minor edit css

This commit is contained in:
2022-03-19 16:54:21 +03:00
parent 9d44d79ffd
commit ca6763a3a6

View File

@@ -28,18 +28,21 @@ body {
.page-title {
position: relative;
color: rgb(88, 145, 229);
font-family: "ProximaNova", serif;
font-size: 56pt;
text-transform: uppercase;
}
.page-title::after {
position: absolute;
left: 5px;
top: 5px;
left: 2%;
top: 3%;
color: white;
content: "ostiwe";
font-family: "ProximaNova", serif;
font-size: 56pt;
text-transform: uppercase;
}
.page-title, .page-title::after {
font-size: calc(5vh + 5vw);
font-family: "ProximaNova", serif;
text-transform: uppercase;
}