Skip to content

Commit

Permalink
updt: responsividade agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
annezao committed Aug 19, 2022
1 parent 68239d8 commit b21e971
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,9 @@ section#agenda li a {
.lgx-single-schedule .author-multi img {
width: 75%;
}
.panel-group .panel.full .lgx-single-schedule .author-multi img {
margin-bottom: 10px;
}
.panel-group .panel.full .lgx-single-schedule .author,
.panel-group .panel.full .lgx-single-schedule .author-multi {
max-width: 200px;
Expand All @@ -992,10 +995,6 @@ section#agenda li a {
display: flex;
flex-wrap: wrap;
}
.panel-group .panel.full .lgx-single-schedule .author-multi img {
width: calc(50% - 5px);
margin: 0 5px 5px 0;
}
.lgx-single-schedule .schedule-info {
width: 100%;
background: #fff;
Expand Down Expand Up @@ -1175,6 +1174,10 @@ section#agenda li a {
section#patrocinio div#patrocinadores #diamante a img {
max-width: 267px;
}
.panel-group .panel.full .lgx-single-schedule .author-multi img {
width: calc(50% - 5px);
margin: 0 5px 5px 0;
}
}
@media (min-width: 992px) {
.items .button-container {
Expand Down
Loading

0 comments on commit b21e971

Please sign in to comment.