center items

This commit is contained in:
nelle 2024-08-03 01:38:03 -06:00
parent 5f9dff04f0
commit 458f9d30d9

View file

@ -1,17 +1,23 @@
.content {
width: 90%;
max-width: 75em;
margin: auto;
padding: 0.5em;
margin-top: 1em;
margin-bottom: 1em;
border: 3px solid var(--accent);
border-radius: 5px;
opacity: 0.9;
background: linear-gradient(to bottom right, var(--background-950), var(--background-900));
-webkit-box-shadow: 0 0 20px var(--accent);
-moz-box-shadow: 0 0 20px var(--accent);
box-shadow: 0 0 20px var(--accent);
text-align: center;
}
h1::before {
@ -20,6 +26,7 @@ h1::before {
h1 {
font-size: 42px;
background-image: var(--accent-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;