chore: some more scaling
This commit is contained in:
parent
c9c832929a
commit
db57a5df24
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<div class="center">
|
||||
<img class="logo" src="./assets/circles-white.png" alt="Logo">
|
||||
<h1 class="devraza">Devraza</h1>
|
||||
|
||||
|
|
16
style.css
16
style.css
|
@ -2,7 +2,7 @@ body {
|
|||
background-color: #151517;
|
||||
color: #ece5ea;
|
||||
font-family: monospace;
|
||||
font-size: 12pt;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
@ -15,14 +15,22 @@ h3 {
|
|||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 6%;
|
||||
width: 17rem;
|
||||
width: 15rem;
|
||||
}
|
||||
|
||||
.center {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.devraza {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 0;
|
||||
font-size: 70pt;
|
||||
font-size: 60pt;
|
||||
text-align: center;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
|
Reference in a new issue