Skip to content

Commit 7141d0c

Browse files
committed
Under construction 2
1 parent bd13d5b commit 7141d0c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@
9292

9393
.construction-banner {
9494
position: fixed;
95-
top: 0;
96-
left: 0;
97-
right: 0;
95+
top: 50%;
96+
left: 50%;
97+
transform: translate(-50%, -50%);
9898
z-index: 100;
9999
background: black;
100100
color: white;
101101
text-align: center;
102-
padding: 0.6rem 1rem;
103-
font-size: 1rem;
102+
padding: 1rem 2rem;
103+
font-size: 1.5rem;
104104
}
105105
</style>
106106
</head>

0 commit comments

Comments
 (0)