Skip to content

Commit

Permalink
Merge pull request #8 from zjf19002/tylerBranch
Browse files Browse the repository at this point in the history
Tyler branch
  • Loading branch information
zjf19002 authored Oct 25, 2023
2 parents 0c31329 + 7c3a6ff commit 393138d
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 393138d

Please sign in to comment.