productionCollection.module.css 187 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.content {
    margin-top: 30px;
    padding: 30px;
    background-color: white;
}

.side-image {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}