full page on desktop
This commit is contained in:
parent
52a3f852fe
commit
4727837919
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user