Skip to content

Commit

Permalink
small front end
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Brown committed Nov 6, 2023
1 parent b65d085 commit ac2d0c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions class_registration_app/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ a,


@media (min-width: 100vw) {

/*
body {
display: flex;
place-items: center;
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 auto;
}
grid-template-columns: 1fr 1fr;
padding: 0 auto
} */
}
*/
.btn-97,
Expand Down
3 changes: 2 additions & 1 deletion class_registration_app/src/components/DashBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<img src="../assets/magimage.png" class="icon">
</button>
</RouterLink>
<RouterLink to="./courses">
<RouterLink to="./my_courses">
<button class="uconn-button">
Current Classes
<img src="../assets/bookimage.png" class="icon">
Expand All @@ -44,6 +44,7 @@
<style scoped>
.dashboard {
text-align: center;
align-items: center;
}
Expand Down

0 comments on commit ac2d0c3

Please sign in to comment.