Skip to content

Commit

Permalink
css stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Brown committed Oct 25, 2023
1 parent 860c226 commit ddb0e75
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 111 deletions.
6 changes: 3 additions & 3 deletions class_registration_app/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ a,
cursor:pointer;
}
}

/*
@media (min-width: 1024px) {
body {
display: flex;
Expand All @@ -33,10 +33,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 ddb0e75

Please sign in to comment.