Skip to content

Commit

Permalink
css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zjf19002 committed Oct 24, 2023
1 parent 860c226 commit dedad11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions class_registration_app/src/assets/main.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import './base.css';

#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
min-width: 100vw;

padding: 0rem;

font-weight: normal;
}
Expand All @@ -24,7 +24,7 @@ a,
}
}

@media (min-width: 1024px) {
@media (min-width: 100vw) {
body {
display: flex;
place-items: center;
Expand Down
4 changes: 4 additions & 0 deletions class_registration_app/src/components/DashBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
.dashboard {
text-align: center;
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
h1 {
Expand Down

0 comments on commit dedad11

Please sign in to comment.