summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorMelissa Zhang <mzhang19096@gmail.com>2022-09-07 16:51:53 -0400
committerMelissa Zhang <mzhang19096@gmail.com>2022-09-07 16:51:53 -0400
commitce0841065752f65c7cc6cdf2eca8b2475980fd66 (patch)
tree30e50e05b1c08bbdfb8f22f2bef0e232a28aeeb9 /styles.css
parent463d5e15fdd107ac9a65f823954793b7dfeda6d6 (diff)
alignment and spacing
Diffstat (limited to 'styles.css')
-rwxr-xr-xstyles.css26
1 files changed, 11 insertions, 15 deletions
diff --git a/styles.css b/styles.css
index aa8626c..b6cd371 100755
--- a/styles.css
+++ b/styles.css
@@ -67,17 +67,15 @@ section:nth-child(odd) {
.title, .title-info-flex, .edges{
text-align: left;
- padding: 0 8rem;
+ padding: 0 12rem;
}
.title {
color: var(--accent-color);
}
-
h2 {
- text-align: center;
- font-size: 2rem;
+ font-size: 2.5rem;
}
strong {
@@ -295,11 +293,9 @@ title area (animated text and connie's 3d model)
.course-title-wrapper {
- margin-top: .5rem;
+ margin-top: 1rem;
display: flex;
flex-direction: column;
- justify-content: center;
- padding-left: 10px;
}
@@ -413,7 +409,7 @@ full menu & ta_calendar
display: flex;
flex-direction: column;
align-items: center;
- margin: 2rem 8rem;
+ margin: 2rem 12rem;
}
.important-note > p {
@@ -475,7 +471,7 @@ convenience for helpful links
align-items: start;
justify-content: space-between;
margin: 1rem auto 0 auto;
- padding: 0 8rem;
+ padding: 0 12rem;
}
.helpful-link {
@@ -652,7 +648,7 @@ staff area
faq area
*/
-#faq h3 {
+#faq h3, #faq h2 {
padding-top: 1rem;
line-height: 1.2;
color: var(--accent-color);
@@ -662,13 +658,13 @@ faq area
color: var(--second-accent-color);
}
-#faq h4 {
- font-weight: 400;
- filter: opacity(0.5);
-}
-
#faq {
padding-bottom: 1rem;
+ align-items: center;
+}
+
+.faq-content {
+ max-width: 60%;
}
footer {