diff --git a/themes/coopcloud.tech/assets/scss/main.scss b/themes/coopcloud.tech/assets/scss/main.scss index 05d4e83..dc152ec 100644 --- a/themes/coopcloud.tech/assets/scss/main.scss +++ b/themes/coopcloud.tech/assets/scss/main.scss @@ -185,6 +185,15 @@ footer .separator { 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 // 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) { diff --git a/themes/coopcloud.tech/layouts/partials/index/underline_points.html b/themes/coopcloud.tech/layouts/partials/index/underline_points.html index bda21ab..b224e1b 100644 --- a/themes/coopcloud.tech/layouts/partials/index/underline_points.html +++ b/themes/coopcloud.tech/layouts/partials/index/underline_points.html @@ -11,7 +11,7 @@ {{ if gt $index 0 }}
{{ end }} -
+