add themes, home component, body css

This commit is contained in:
plebeius.eth
2024-02-28 21:18:37 +01:00
parent 6ca08eec4f
commit 71f99ffca5
10 changed files with 99 additions and 4 deletions
+22 -1
View File
@@ -1,3 +1,24 @@
.test {
.content {
color: var(--color);
font-size: 20px;
width: 100%;
height: 100%;
text-align: left;
width: 57.69em;
min-width: 750px;
}
.logo img {
width: 300px;
height: 120px;
}
.logo {
margin: 0px auto;
}
@media (max-width: 768px) {
.content {
width: auto;
}
}