Skip to content

Commit b6362f8

Browse files
authored
Merge pull request #3 from mawy7/main
[ Update - Increased the width of the Faqs section]
2 parents 5fc80e0 + bdceef1 commit b6362f8

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

assets/css/main.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4951,17 +4951,16 @@ table {
49514951
flex-direction: column;
49524952
}
49534953
.hr-line{
4954-
width: 60%;
4954+
width: 90%;
49554955
margin: auto;
49564956

49574957
}
49584958
/* Style the buttons that are used to open and close the faq-page body */
4959-
.faq-page {
4960-
/* background-color: #eee; */
4959+
.faq-page {
49614960
color: #444;
49624961
cursor: pointer;
49634962
padding: 30px 20px;
4964-
width: 60%;
4963+
width: 90%;
49654964
border: none;
49664965
outline: none;
49674966
transition: 0.4s;
@@ -4970,7 +4969,7 @@ table {
49704969
.faq-body{
49714970
margin: auto;
49724971
/* text-align: center; */
4973-
width: 50%;
4972+
width: 80%;
49744973
padding: auto;
49754974

49764975
}
@@ -4992,7 +4991,7 @@ table {
49924991
font-size: 13px;
49934992
color: rgb(230, 230, 230);
49944993
float: right;
4995-
margin-left: 5px;
4994+
margin-left: 8px;
49964995
}
49974996
.active:after {
49984997
content: "\2796";

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ <h3 class="faq-page title text-style-9 white" style="color:#8F93A5;">How do I sa
13131313
<hr class="hr-line">
13141314
<div class="faq-four">
13151315
<!-- faq question -->
1316-
<h3 class="faq-page title text-style-9 white" style="color:#8F93A5;">I cannot join at the time of the event. Will the event be recorded?</h3>
1316+
<h3 class="faq-page title text-style-9 white" style="color:#8F93A5;">I cannot join at the time of the event, will the <br>event be recorded?</h3>
13171317
<!-- faq answer -->
13181318
<div class="faq-body">
13191319
<div class="description text-style-12 gray">
@@ -1325,7 +1325,7 @@ <h3 class="faq-page title text-style-9 white" style="color:#8F93A5;">I cannot jo
13251325
<hr class="hr-line">
13261326
<div class="faq-five">
13271327
<!-- faq question -->
1328-
<h3 class="faq-page title text-style-9 white" style="color:#8F93A5;">I would love to join the D&I work group, do you take any new members?</h3>
1328+
<h3 class="faq-page title text-style-9 white" style="color:#8F93A5;">I would love to join the D&I work group, do you <br>take any new members?</h3>
13291329
<!-- faq answer -->
13301330
<div class="faq-body">
13311331
<div class="description text-style-12 gray">

0 commit comments

Comments
 (0)