This commit is contained in:
e-lie 2018-08-31 00:15:18 +00:00 committed by elie
parent 7294947ed7
commit 24b00866e3
3 changed files with 10358 additions and 6 deletions

View file

@ -4,7 +4,7 @@
"license": "AGPL-3.0",
"private": true,
"dependencies": {
"bootstrap": "4.1.3",
"bootstrap": "3.3.6",
"font-awesome": "4.5.0",
"handlebars-helper-intl": "1.1.2",
"handlebars": "4.0.11",

View file

@ -557,10 +557,11 @@ input[type='radio'].nice-radio {
}
}
// only one card for small screens
.app-card {
border-radius: .5rem;
width: 30%;
margin: 1%;
margin: 2%;
width: 96%;
}
.grid {
@ -649,9 +650,10 @@ input[type='radio'].nice-radio {
}
}
.grid {
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
// display 2 cards between 640 and 992px
.app-card {
width: 47.9%;
margin: 1%;
}
#flashMessage {
@ -743,3 +745,12 @@ input[type='radio'].nice-radio {
}
}
// bootstrap breakpoint for large screen is 992px
@media screen and (min-width: 992px) {
.app-card {
// display 3 cards by row
width: 31.3%;
margin: 1%;
}
}

10341
src/js/styleeee.min.css vendored Normal file

File diff suppressed because it is too large Load diff