diff options
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -115,3 +115,9 @@ code { video {
max-width: 100%;
}
+
+@media (max-width: 991px) {
+ .navbar .container {
+ width: 100%;
+ }
+}
\ No newline at end of file |
