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 { .page-title {
position: relative; position: relative;
color: rgb(88, 145, 229); color: rgb(88, 145, 229);
font-family: "ProximaNova", serif;
font-size: 56pt;
text-transform: uppercase;
} }
.page-title::after { .page-title::after {
position: absolute; position: absolute;
left: 5px; left: 2%;
top: 5px; top: 3%;
color: white; color: white;
content: "ostiwe"; content: "ostiwe";
font-family: "ProximaNova", serif;
font-size: 56pt;
text-transform: uppercase; text-transform: uppercase;
} }
.page-title, .page-title::after {
font-size: calc(5vh + 5vw);
font-family: "ProximaNova", serif;
text-transform: uppercase;
}