Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
updated max-width
  • Loading branch information
PedroDebevere committed Nov 19, 2024
1 parent a492791 commit f0a5a6d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions templates/skyline/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,6 @@ article ul li, article ol li {
}

@media (min-width: 769px) and (max-width: 991px) {
.container {
width: 100%;
}
.sidefilter {
width: 33.3%;
}
Expand All @@ -500,9 +497,6 @@ article ul li, article ol li {
}

@media (min-width: 992px) and (max-width: 1768px) {
.container {
width: 100%;
}
.sidefilter {
width: 25%;
}
Expand All @@ -517,9 +511,6 @@ article ul li, article ol li {
}

@media (min-width: 1769px) {
.container {
width: 1752px;
}
.sidefilter {
width: 438px;
}
Expand All @@ -533,6 +524,12 @@ article ul li, article ol li {
.col-md-2{width:25%}
}

@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1768px;
}
}

a.backtotoplink
{
text-decoration: none;
Expand Down

0 comments on commit f0a5a6d

Please sign in to comment.