Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
altrusl committed Jul 23, 2024
1 parent b888830 commit f341029
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/assets/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ html.dark {
}

body {
// margin: 0;
/* // margin: 0; */
display: flex;
place-items: center;
min-width: 320px;
// background-color: white;
// min-height: 100vh;
/* // background-color: white;
// min-height: 100vh; */
margin: 0;
width: 100%;
min-width: 320px;
Expand All @@ -68,14 +68,14 @@ body {
}

a {
// font-weight: 500;
// color: #646cff;
/* // font-weight: 500;
// color: #646cff; */
color: inherit;
text-decoration: inherit;
transition: color .25s;
// &:hover {
/* // &:hover {
// color: #535bf2;
// }
// } */
}

ol,
Expand Down Expand Up @@ -173,10 +173,10 @@ select {
}

#app {
// min-height: 100vh;
/* // min-height: 100vh; */
width: var(--vwa-layout-max-width);
max-width: var(--vwa-layout-max-width);
margin: 0 auto;
// padding: 2em 2em 0;
// text-align: center;
/* // padding: 2em 2em 0;
// text-align: center; */
}

0 comments on commit f341029

Please sign in to comment.