full page on desktop

This commit is contained in:
Gourav Kumar 2024-06-16 14:59:59 +05:30
parent 52a3f852fe
commit 4727837919
2 changed files with 7 additions and 6 deletions

View File

@ -65,7 +65,7 @@ body {
transition:
color 0.5s,
background-color 0.5s; */
line-height: 1.6;
line-height: 1.2;
font-family:
/* Inter,
-apple-system,

View File

@ -1,9 +1,9 @@
@import './base.css';
#app {
max-width: 1280px;
/* max-width: 1280px; */
margin: 0 auto;
padding: 2rem;
padding: 1rem;
font-weight: normal;
}
@ -24,12 +24,13 @@ a,
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
/* place-items: center; */
margin-top: 2rem;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
/* display: grid; */
/* grid-template-columns: 1fr 1fr; */
padding: 0 2rem;
}
}