Skip to content

Commit b4f41b7

Browse files
committed
Fix scrollbar issue
1 parent f064ddc commit b4f41b7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

style.css

+10-5
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,9 @@ h2, h2, h3 {
195195
}
196196

197197
#footer-section {
198-
padding: 10px;
199198
text-align: center;
200199
}
201200

202-
#general-header-section {
203-
padding: 0;
204-
}
205-
206201
#general-header-section .row {
207202
padding: 5px 0 10px 10px;
208203
background: url("images/main-section-background.png") fixed center;
@@ -246,6 +241,16 @@ h2, h2, h3 {
246241
text-align: center !important;
247242
}
248243

244+
/*
245+
* Overwrite container-fluid from Bootstrap to remove horizontal scrollbars
246+
*/
247+
.container-fluid {
248+
padding-right: 15px;
249+
padding-left: 15px;
250+
margin-right: auto;
251+
margin-left: auto;
252+
}
253+
249254
@media (max-width: 767px) {
250255
.general-header-logo {
251256
display:none;

0 commit comments

Comments
 (0)