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