alot and reverse proxy

This commit is contained in:
2024-03-11 18:12:31 +01:00
parent 751d57d58b
commit 914fc91731
19 changed files with 1209 additions and 41 deletions
+35
View File
@@ -0,0 +1,35 @@
.wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5rem 22rem;
.header {
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 4rem;
h1 {
float: left;
font-size: 2rem;
font-weight: 600;
margin-bottom: 0.25rem;
}
}
.contentGrid {
display: grid;
gap: 1rem;
}
p {
font-size: 1.5rem;
font-weight: 600;
color: var(--white);
padding: 1rem;
}
}