bulma improvement

This commit is contained in:
SPRINX0\prochazka
2025-02-07 17:21:42 +01:00
parent 69b775a49d
commit 0ba040a28c

View File

@@ -2,6 +2,30 @@
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 0.75rem !important;
}
.m-4 {
margin: 1rem !important;
}
.m-5 {
margin: 1.5rem !important;
}
.m-6 {
margin: 3rem !important;
}
.mt-0 {
margin-top: 0 !important;
}
@@ -28,10 +52,6 @@
margin-bottom: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
@@ -58,10 +78,6 @@
margin-bottom: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
@@ -88,10 +104,6 @@
margin-bottom: 0.5rem !important;
}
.m-3 {
margin: 0.75rem !important;
}
.mt-3 {
margin-top: 0.75rem !important;
}
@@ -118,10 +130,6 @@
margin-bottom: 0.75rem !important;
}
.m-4 {
margin: 1rem !important;
}
.mt-4 {
margin-top: 1rem !important;
}
@@ -148,10 +156,6 @@
margin-bottom: 1rem !important;
}
.m-5 {
margin: 1.5rem !important;
}
.mt-5 {
margin-top: 1.5rem !important;
}
@@ -178,10 +182,6 @@
margin-bottom: 1.5rem !important;
}
.m-6 {
margin: 3rem !important;
}
.mt-6 {
margin-top: 3rem !important;
}