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

@@ -19,3 +19,7 @@ body {
-moz-osx-font-smoothing: grayscale;
margin: 0 1rem;
}
.columns:last-child {
margin-bottom: 0;
}