mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +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;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
#container-wrapper {
|
||||
/*covers for footer height */
|
||||
padding-bottom: 150px;
|
||||
@ -267,13 +271,12 @@ footer license-info p {
|
||||
|
||||
.card-list {
|
||||
width: 100%;
|
||||
max-width: 1500px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
padding: 0 10px;
|
||||
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.card-icon img {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user