Skip to content

Commit

Permalink
Merge branch 'main' of github.uconn.edu:zjf19002/Class_Registration
Browse files Browse the repository at this point in the history
keep up to date
  • Loading branch information
zjf19002 committed Nov 1, 2023
2 parents dfb2e34 + 393138d commit 62a501a
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 110 deletions.
6 changes: 4 additions & 2 deletions class_registration_app/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ a,
}
}


@media (min-width: 100vw) {

body {
display: flex;
place-items: center;
Expand All @@ -33,10 +35,10 @@ a,
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
padding: 0 auto;
}
}

*/
.btn-97,
.btn-97 *,
.btn-97 :after,
Expand Down
Loading

0 comments on commit 62a501a

Please sign in to comment.