Skip to content

Commit

Permalink
\Swetugg#152: Fixed badge layout for previous years
Browse files Browse the repository at this point in the history
  • Loading branch information
srosengren committed May 30, 2022
1 parent 00da7be commit dd819cb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</div> *@
</div>
<div class="row text-center">
<div class="col-lg-10">
<div class="col-lg-8 col-lg-offset-2">
<p>
Looking for information or sessions from previous years? All material is archived here:
</p>
Expand Down
4 changes: 3 additions & 1 deletion src/Swetugg.Web/Content/gbg-2022/css/swetugg.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ footer,
.banner-buttons {
margin-top: 0;
}
.banner-buttons > li {
margin-bottom: 20px;
}
@media (max-width: 1199px) {
ul.banner-buttons {
margin-top: 15px;
Expand All @@ -563,7 +566,6 @@ footer,
@media (max-width: 767px) {
ul.banner-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-buttons > li:last-child {
Expand Down
5 changes: 4 additions & 1 deletion src/Swetugg.Web/Content/gbg-2022/css/swetugg.less
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,10 @@ footer, .footer-section {

.banner-buttons {
margin-top: 0;

> li {
margin-bottom: 20px;
}
}

@media(max-width:1199px) {
Expand All @@ -681,7 +685,6 @@ footer, .footer-section {
@media(max-width:767px) {
ul.banner-buttons > li {
display: block;
margin-bottom: 20px;
padding: 0;
}

Expand Down
Loading

0 comments on commit dd819cb

Please sign in to comment.