centered .simple-note
This commit is contained in:
parent
ab8e4d3107
commit
0c0846c42b
1 changed files with 6 additions and 1 deletions
|
@ -102,7 +102,12 @@ body {
|
|||
background-color: hsl(var(--color-2));
|
||||
}
|
||||
|
||||
.simple-note { padding-top: 2rem; }
|
||||
.simple-note {
|
||||
width: 90%;
|
||||
max-width: 27.625rem;
|
||||
margin: 0 auto;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
.simple-note__input--title {
|
||||
margin-bottom: 1.125rem;
|
||||
|
|
Loading…
Reference in a new issue