fix: smaller gap on mobile caused by incorrect column sizing on mobile
This commit is contained in:
parent
cad7558b34
commit
3f8aaccb80
@ -185,6 +185,15 @@ footer .separator {
|
|||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: 768px) {
|
||||||
|
.is-full-mobile{
|
||||||
|
width: 99%
|
||||||
|
}
|
||||||
|
// .columns {
|
||||||
|
// width: 99%
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
|
||||||
// Do not show server image when using mobile viewport
|
// Do not show server image when using mobile viewport
|
||||||
// Is a little bigger than the actual mobile viewport in bulma due to the text overlapping with the server icon
|
// Is a little bigger than the actual mobile viewport in bulma due to the text overlapping with the server icon
|
||||||
@media all and (min-width: 769px) {
|
@media all and (min-width: 769px) {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
{{ if gt $index 0 }}
|
{{ if gt $index 0 }}
|
||||||
<hr />
|
<hr />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="columns is-variable is-8">
|
<div class="columns is-variable is-8-tablet">
|
||||||
<div
|
<div
|
||||||
class="column is-4-tablet is-one-third-desktop is-one-quarter-widescreen is-full-mobile"
|
class="column is-4-tablet is-one-third-desktop is-one-quarter-widescreen is-full-mobile"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user