Configurable column count

This commit is contained in:
2020-07-26 11:50:21 -04:00
parent 61de9e9f14
commit db2285973f
7 changed files with 81 additions and 26 deletions

View File

@@ -70,7 +70,11 @@ body {
}
.document {
padding: 0.5rem;
padding: 0.3rem;
}
.card-text:last-child {
margin-top: -1px;
}
.document p {
@@ -181,6 +185,10 @@ body {
width: 100%;
}
.bricklayer {
/*max-width: 100%;*/
}
@media screen and (max-width: 1200px) {
.bricklayer-column {
max-width: 100%;