We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd13d5b commit 7141d0cCopy full SHA for 7141d0c
1 file changed
src/pages/index.astro
@@ -92,15 +92,15 @@
92
93
.construction-banner {
94
position: fixed;
95
- top: 0;
96
- left: 0;
97
- right: 0;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
98
z-index: 100;
99
background: black;
100
color: white;
101
text-align: center;
102
- padding: 0.6rem 1rem;
103
- font-size: 1rem;
+ padding: 1rem 2rem;
+ font-size: 1.5rem;
104
}
105
</style>
106
</head>
0 commit comments