Skip to content

Commit

Permalink
[hotfix] common.css, 7th.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinobuAmasaki authored Jul 17, 2024
1 parent 309670c commit 5584663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ford/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ body {
sans-serif;
}
/* 1668px is the width of iPad Pro 10.5" 2nd */
@media (max-width: 1200px) {
@media (max-width: 1200px) and (min-width: {
#text.row {
justify-content: center;
};
}
.col-md-4 {
display: flex;
flex: 0 0 auto;
width: 100%;
max-width: 480px;
};
}
.col-md-8 {
width: 100%;
};
}
}

0 comments on commit 5584663

Please sign in to comment.