Skip to content

Commit

Permalink
like nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Brown committed Nov 15, 2023
1 parent bb1b3e0 commit dded76b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
9 changes: 0 additions & 9 deletions class_registration_app/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ a,
}


.test{
background-color: #ccc;
}

.test2{
box-shadow: 5px black;
}


.advanced-search-container{
min-width: 80vw;
width: 600px; /* Adjust the width as needed */
Expand Down
14 changes: 11 additions & 3 deletions class_registration_app/src/components/EnrolledCourseList.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<div class="homehead">
UConn&ensp;|&ensp;University of Connecticut
</div>
<div id="head">Uconn</div>
<RouterLink to="/dashboard">Back</RouterLink>
<div id="container">
<h1 class=myclasses>My Classes</h1>
Expand Down Expand Up @@ -139,4 +137,14 @@ const class_slots = [
.myclasses{
text-align: center;
}
#head{
margin: 0 auto 10px;
width: 90%;
height: auto;
font-size: 50px;
text-align: center;
background-color: #0f1938;
color: #ffffff;
}
</style>

0 comments on commit dded76b

Please sign in to comment.