Skip to content
Snippets Groups Projects
Commit 71e8865a authored by Tibo's avatar Tibo
Browse files

Fix container width

parent 7a138bde
No related branches found
No related tags found
No related merge requests found
auxiliary.org-netbeans-modules-css-prep.sass_2e_configured=true
include.path=${php.global.include.path} include.path=${php.global.include.path}
php.version=PHP_70 php.version=PHP_70
source.encoding=UTF-8 source.encoding=UTF-8
......
...@@ -40,8 +40,6 @@ $body-color-inverse: invert($body-color) !default; ...@@ -40,8 +40,6 @@ $body-color-inverse: invert($body-color) !default;
$link-color: #FFF; $link-color: #FFF;
// Fonts // Fonts
$font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; $font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
$headings-font-family: $font-family-base; $headings-font-family: $font-family-base;
...@@ -149,11 +147,6 @@ html,body { ...@@ -149,11 +147,6 @@ html,body {
margin-top:2px; margin-top:2px;
} }
@media (min-width: 1200px) {
.container{
max-width: 970px;
}
}
.collapse.show { .collapse.show {
background-color:white; background-color:white;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment