First template for vegetable page
This commit is contained in:
parent
e89c7f220a
commit
04ef7f4498
3 changed files with 185 additions and 0 deletions
|
@ -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; */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue