Improve CSS : adaptive responsive
This commit is contained in:
parent
88b54a5b74
commit
aa46a90ea9
2 changed files with 2 additions and 2 deletions
|
|
@ -1424,7 +1424,7 @@ div.box {
|
|||
font-size:14px;
|
||||
font-size:0.90rem;
|
||||
}
|
||||
@media only screen and (max-width: 1401px) {
|
||||
@media only screen and (max-width: 1426px) {
|
||||
div.box {
|
||||
width: 48%;
|
||||
height: 380px;
|
||||
|
|
|
|||
|
|
@ -1423,7 +1423,7 @@ div.box {
|
|||
font-size:14px;
|
||||
font-size:0.90rem;
|
||||
}
|
||||
@media only screen and (max-width: 955px) {
|
||||
@media only screen and (max-width: 1426px) {
|
||||
div.box {
|
||||
width: 48%;
|
||||
height: 380px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue