mirror of https://github.com/reiyua/reiyua.lol.git
Re-center "reiyua"
This commit is contained in:
parent
08e61f3859
commit
eab1e96a20
|
@ -18,9 +18,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered-content {
|
.centered-content {
|
||||||
position: relative;
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in New Issue