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: transition:
color 0.5s, color 0.5s,
background-color 0.5s; */ background-color 0.5s; */
line-height: 1.6; line-height: 1.2;
font-family: font-family:
/* Inter, /* Inter,
-apple-system, -apple-system,

View File

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