Skip to content

Commit 5204d0a

Browse files
authored
Merge pull request #115 from billdevcode/feature-branch
Fix width
2 parents b00898c + 2f5c967 commit 5204d0a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

stylesheets/stylesheet.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
html, body {
2+
width: auto !important;
3+
overflow-x: hidden !important;
4+
}
5+
16
.navbar-header .navbar {
27
text-decoration: none;
8+
max-width: 100%;
39
}
410

511
.navbar .container {
@@ -173,4 +179,4 @@
173179

174180
#contact a {
175181
margin: 10px;
176-
}
182+
}

0 commit comments

Comments
 (0)