First template for vegetable page

This commit is contained in:
Damien Broqua 2018-11-21 08:16:11 +01:00
parent e89c7f220a
commit 04ef7f4498
3 changed files with 185 additions and 0 deletions

View file

@ -35,4 +35,17 @@ body {
.container {
margin-top: 116px;
}
.double {
display: inherit;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.double li {
/* width:50%;
float:left;
display:inline; */
}