}
}
-@media screen and (min-width: 1000px) and (max-width: 1239px) {
+@media screen and (min-width: 1000px) and (max-width: 1191px) {
.is-block-desktop-only {
display: block !important;
}
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.is-block-widescreen {
display: block !important;
}
}
}
-@media screen and (min-width: 1000px) and (max-width: 1239px) {
+@media screen and (min-width: 1000px) and (max-width: 1191px) {
.is-flex-desktop-only {
display: flex !important;
}
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.is-flex-widescreen {
display: flex !important;
}
}
}
-@media screen and (min-width: 1000px) and (max-width: 1239px) {
+@media screen and (min-width: 1000px) and (max-width: 1191px) {
.is-inline-desktop-only {
display: inline !important;
}
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.is-inline-widescreen {
display: inline !important;
}
}
}
-@media screen and (min-width: 1000px) and (max-width: 1239px) {
+@media screen and (min-width: 1000px) and (max-width: 1191px) {
.is-inline-block-desktop-only {
display: inline-block !important;
}
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.is-inline-block-widescreen {
display: inline-block !important;
}
}
}
-@media screen and (min-width: 1000px) and (max-width: 1239px) {
+@media screen and (min-width: 1000px) and (max-width: 1191px) {
.is-inline-flex-desktop-only {
display: inline-flex !important;
}
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.is-inline-flex-widescreen {
display: inline-flex !important;
}
}
}
-@media screen and (min-width: 1000px) and (max-width: 1239px) {
+@media screen and (min-width: 1000px) and (max-width: 1191px) {
.is-hidden-desktop-only {
display: none !important;
}
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.is-hidden-widescreen {
display: none !important;
}
.title .tag,
.subtitle .tag {
- vertical-align: bottom;
+ vertical-align: middle;
}
.title {
max-width: 960px;
}
.container.is-fluid {
- margin: 0 1.5rem;
+ margin: 0 20px;
max-width: none;
}
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.container {
- max-width: 1200px;
+ max-width: 1152px;
}
}
}
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.column.is-narrow-widescreen {
flex: none;
}
padding: 3rem 1.5rem;
}
-@media screen and (min-width: 1240px) {
+@media screen and (min-width: 1192px) {
.hero-body {
padding-left: 0;
padding-right: 0;
<li><code>.section</code></li>
<li><code>.footer</code></li>
</ul>
- <p>On <strong>mobile</strong> and <strong>tablet</strong>, the container will have a margin of <strong>1.5rem</strong> on both the left and right sides.</p>
- <p>On <strong>desktop</strong> (> 980px), the container will have a maximum width of <strong>960px</strong> and will be <strong>horizontally centered</strong>.</p>
+ <p>On <strong>mobile</strong> and <strong>tablet</strong>, the container will have a margin of <strong>20px</strong> on both the left and right sides.</p>
+ <p>On <strong>desktop</strong> (>= 1000px), the container will have a maximum width of <strong>960px</strong> and will be <strong>horizontally centered</strong>.</p>
+ <p>On <strong>widescreen</strong> (>= 1192px), the container will have a maximum width of <strong>1152px</strong>.</p>
+ <p>The values <strong>960</strong> and <strong>1152</strong> have been chosen because they are divisible by both <strong>12</strong> and <strong>16</strong>.</p>
</div>
</div>