Strength of MaterialsENGR-2530 => Strength of Materials ENGR-2530

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-12 00:38:09 -05:00 committed by powe97
parent e9cf595b5a
commit 6bea1f969a
1 changed files with 2 additions and 2 deletions

View File

@ -137,12 +137,12 @@
.courseName { .courseName {
color: var(--quacs-yellow); color: var(--quacs-yellow);
font-size: 1.45rem; font-size: 1.45rem;
margin-left: 0.5vmin;
} }
.courseCode { .courseCode {
color: var(--quacs-midtone); color: var(--quacs-midtone);
font-weight: 400; font-weight: 400;
font-size: 1rem;
} }
#searchResultsContainer p { #searchResultsContainer p {
@ -151,7 +151,7 @@
} }
#searchResultsContainer h3 span { #searchResultsContainer h3 span {
margin-right: 1vmin; margin-right: 0.5vw;
} }
#searchResultsContainer h3:hover p { #searchResultsContainer h3:hover p {