Skip to content

Commit

Permalink
Merge pull request OpenTekHub#136 from Vaishh18/feat/faq-ui
Browse files Browse the repository at this point in the history
Updated FAQ enhancements
  • Loading branch information
Harish-2003 authored Oct 12, 2024
2 parents aa8ed01 + bfa16b7 commit 233ec5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1>Frequently Asked Questions</h1>
</header>

<p class="tagline">
Explore commonly asked questions about OpenTekHub and discover how we support technology innovations.
These are the most frequently asked questions.Feel free to <a href="#contact" class="contact-link">Contact Us</a> for more information.
</p>

<div class='faq'>
Expand Down
22 changes: 10 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,23 +466,23 @@ p.tagline.dark-mode{

/* FAQ section */
#faq .tagline{
color: #2E073F;
text-shadow:
0 0 10px rgb(220, 171, 255),
0 0 20px rgba(243, 230, 255, 0.8);
font-size: 15px;
color: #eee2f3;
font-size: 20px;
text-shadow: none;
}
.contact-link {
color: #dde665;
}

.faq-heading {
font-weight: 400;
font-weight: 700;
font-size: 19px;
transition: text-indent 0.2s;
text-indent: 20px;
color: #c31432;
color: #3f0c55;
}

.faq-text {
font-weight: 400;
font-weight: 600;
color: #2E073F;
width: 95%;
padding-left: 20px;
Expand All @@ -492,9 +492,7 @@ p.tagline.dark-mode{
.faq {
width: auto;
margin: 0 auto;
background: #ffff00;
position: relative;
border: 1px solid #2E073F;
padding-top: 60px; /* Adjust according to your navbar height */
margin-top: -60px; /* Negative margin to balance the spacing */
}
Expand Down Expand Up @@ -542,7 +540,7 @@ p.tagline.dark-mode{
display: block;
background: rgba(255,255,255,255) !important;
color: #4f7351;
height: 225px;
height: 140px;
transition: height 0.8s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
Expand Down

0 comments on commit 233ec5c

Please sign in to comment.