mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Change maximum cards per row #1308
This should fix #1308 by setting .container and .card-list to a max-width of 1000px Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
4b0d48839e
commit
684cd7f6a1
@ -172,6 +172,10 @@ html {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
#container-wrapper {
|
#container-wrapper {
|
||||||
/*covers for footer height */
|
/*covers for footer height */
|
||||||
padding-bottom: 150px;
|
padding-bottom: 150px;
|
||||||
@ -267,13 +271,12 @@ footer license-info p {
|
|||||||
|
|
||||||
.card-list {
|
.card-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1500px;
|
max-width: 1000px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-icon img {
|
.card-icon img {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user