futher adjustment of responsive design
This commit is contained in:
parent
3a2ede48fb
commit
1683c40dd6
1 changed files with 8 additions and 1 deletions
9
dist/css/index.css
vendored
9
dist/css/index.css
vendored
|
|
@ -123,7 +123,7 @@ h5 {
|
|||
.container {
|
||||
--bs-gutter-x: 1.5rem;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
max-width: 1320px;
|
||||
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
||||
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
||||
margin-right: auto;
|
||||
|
|
@ -131,6 +131,13 @@ h5 {
|
|||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
.container {
|
||||
padding-right: 4rem;
|
||||
padding-left: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.row {
|
||||
--bs-gutter-x: 1.5rem;
|
||||
--bs-gutter-y: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue