getting ready for desktop version

This commit is contained in:
2024-10-03 09:46:23 +02:00
committed by juli0n21
parent 23b6ccb12a
commit 144caf2991
8 changed files with 76 additions and 41 deletions

View File

@@ -1,12 +1,5 @@
@import './base.css';
#app {
max-width: 1280px;
margin: 0 auto;
font-weight: normal;
background-color: rgba(--background-color);
}
a,
.green {
text-decoration: none;
@@ -20,16 +13,3 @@ a,
background-color: hsla(160, 100%, 37%, 0.2);
}
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}