Fix horizontal scroll bug

This commit is contained in:
2024-03-14 01:27:47 +01:00
parent 249a9ae6b6
commit cc3a21b206
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -25,3 +25,9 @@
#template {
margin-bottom: 10em;
}
@media (max-width: 768px) {
.columns.is-multiline {
max-width: 100%;
}
}