fix(main style): no mb for last columns

This commit is contained in:
Julien Calixte
2023-12-02 21:34:34 +01:00
parent 438fda7025
commit ced597d575

View File

@@ -18,4 +18,8 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0 1rem;
}
.columns:last-child {
margin-bottom: 0;
}