Commit 531b60ce by xuchao

set min width to 1440px for xl

parent fb1810c9
...@@ -607,9 +607,9 @@ pre code { ...@@ -607,9 +607,9 @@ pre code {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1440px) {
.container { .container {
max-width: 1140px; max-width: 1400px;
} }
} }
...@@ -648,8 +648,8 @@ pre code { ...@@ -648,8 +648,8 @@ pre code {
position: relative; position: relative;
width: 100%; width: 100%;
min-height: 1px; min-height: 1px;
padding-right: 15px; padding-right: 10px;
padding-left: 15px; padding-left: 10px;
} }
.col { .col {
...@@ -1254,7 +1254,7 @@ pre code { ...@@ -1254,7 +1254,7 @@ pre code {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1440px) {
.col-xl { .col-xl {
flex-basis: 0; flex-basis: 0;
flex-grow: 1; flex-grow: 1;
...@@ -3864,7 +3864,7 @@ tbody.collapse.show { ...@@ -3864,7 +3864,7 @@ tbody.collapse.show {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1440px) {
.navbar-expand-xl { .navbar-expand-xl {
flex-flow: row nowrap; flex-flow: row nowrap;
justify-content: flex-start; justify-content: flex-start;
...@@ -5954,7 +5954,7 @@ button.bg-grey:focus { ...@@ -5954,7 +5954,7 @@ button.bg-grey:focus {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1440px) {
.d-xl-none { .d-xl-none {
display: none !important; display: none !important;
} }
...@@ -6443,7 +6443,7 @@ button.bg-grey:focus { ...@@ -6443,7 +6443,7 @@ button.bg-grey:focus {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1440px) {
.flex-xl-row { .flex-xl-row {
flex-direction: row !important; flex-direction: row !important;
} }
...@@ -6581,7 +6581,7 @@ button.bg-grey:focus { ...@@ -6581,7 +6581,7 @@ button.bg-grey:focus {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1440px) {
.float-xl-left { .float-xl-left {
float: left !important; float: left !important;
} }
...@@ -8247,7 +8247,7 @@ button.bg-grey:focus { ...@@ -8247,7 +8247,7 @@ button.bg-grey:focus {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1440px) {
.m-xl-0 { .m-xl-0 {
margin: 0 !important; margin: 0 !important;
} }
...@@ -8673,7 +8673,7 @@ button.bg-grey:focus { ...@@ -8673,7 +8673,7 @@ button.bg-grey:focus {
} }
} }
@media (min-width: 1200px) { @media (min-width: 1440px) {
.text-xl-left { .text-xl-left {
text-align: left !important; text-align: left !important;
} }
......
module BootstrapBeagle module BootstrapBeagle
VERSION = "0.1.7" VERSION = '0.1.8'
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment