clocktower top blocks & layout adjustment

This commit is contained in:
Mononaut
2023-04-19 00:21:02 +09:00
parent 3b459b6857
commit 61531171c9
18 changed files with 489 additions and 224 deletions

View File

@@ -1,13 +1,3 @@
.clock-wrapper {
--clock-width: min(100vw, 100vh);
position: relative;
width: 100vw;
max-width: var(--clock-width);
height: 100vh;
max-height: var(--clock-width);
margin: auto;
}
.title-wrapper {
position: absolute;
left: 0;
@@ -53,7 +43,7 @@
right: 0;
top: 0;
bottom: 0;
background: radial-gradient(transparent 0%, transparent 55%, #11131f 65%, #11131f 100%);
background: radial-gradient(transparent 0%, transparent 48%, #11131f 62%, #11131f 100%);
}
.block-cube {