removed coming soon text

This commit is contained in:
2023-05-03 20:03:42 +02:00
parent e79215a58e
commit e56849437e
3 changed files with 1 additions and 67 deletions

View File

@@ -89,36 +89,6 @@ h1 {
margin-bottom: -4px;
}
#rotated_text {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* bold font*/
font-weight: bold;
/* center text vertically */
display: flex;
align-items: center;
justify-content: center;
color: #ffec9e;
}
#rotated_text p {
margin: 0;
/* rotate text */
transform: rotate(13deg);
text-shadow: 0 0 15px #000;
font-size: 400%;
}
footer {
--footer-height: 50px;