minor edit css
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user