diff --git a/packages/web/public/bulma.css b/packages/web/public/bulma.css index 6492cd0c3..471553f74 100644 --- a/packages/web/public/bulma.css +++ b/packages/web/public/bulma.css @@ -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; }