update program queries
This commit is contained in:
parent
023f7299eb
commit
f11a08df43
50 changed files with 86 additions and 30 deletions
|
@ -560,12 +560,23 @@ button {
|
|||
.backdropCard-scalable {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.squareCard-scalable {
|
||||
width: 12.5%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1800px) {
|
||||
|
||||
.smallBackdropCard-scalable {
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
|
||||
.squareCard-scalable {
|
||||
width: 12.5%;
|
||||
width: 11.111111111111111111111111111111%;
|
||||
}
|
||||
|
||||
.smallBackdropCard-scalable {
|
||||
|
@ -575,10 +586,6 @@ button {
|
|||
|
||||
@media all and (min-width: 2100px) {
|
||||
|
||||
.squareCard-scalable {
|
||||
width: 11.111111111111111111111111111111%;
|
||||
}
|
||||
|
||||
.backdropCard-scalable {
|
||||
width: 20%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue