File size: 196 Bytes
ac6bfa9
 
 
 
 
 
 
b329690
 
 
 
 
 
ac6bfa9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
    background-color: #eee;
}

.fullScreenFrame > div {
    display: flex;
    justify-content: center;
}

.ingredients-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}