Skip to content

Commit bf189c3

Browse files
committed
Remove margin-bottom in Faq section
1 parent be7490e commit bf189c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ li{padding-top:30px;padding-left:35px;padding-right:35px;font-size:14px;letter-s
5252
#about h1,
5353
#about h2,
5454
#about h3{font-family:'Open Sans', serif;;}
55-
#faq{background-image:url(../img/faqtry.jpg);background-size:cover;background-repeat:no-repeat;color:#fff;margin-bottom:10vh;}
55+
#faq{background-image:url(../img/faqtry.jpg);background-size:cover;background-repeat:no-repeat;color:#fff;}
5656
#faq .contents{padding:50px 10%;text-align:center;font-size:20px;}
5757
#faq h3{text-align:center;font-size:3em;text-transform:uppercase;letter-spacing:.03em;margin-bottom:30px;}
5858
#faq .faqcolumn{width:45%;display:inline-block;margin:0px 1%;vertical-align:top;}

0 commit comments

Comments
 (0)