Skip to content

Commit b21e971

Browse files
committed
updt: responsividade agenda
1 parent 68239d8 commit b21e971

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

css/main.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,9 @@ section#agenda li a {
983983
.lgx-single-schedule .author-multi img {
984984
width: 75%;
985985
}
986+
.panel-group .panel.full .lgx-single-schedule .author-multi img {
987+
margin-bottom: 10px;
988+
}
986989
.panel-group .panel.full .lgx-single-schedule .author,
987990
.panel-group .panel.full .lgx-single-schedule .author-multi {
988991
max-width: 200px;
@@ -992,10 +995,6 @@ section#agenda li a {
992995
display: flex;
993996
flex-wrap: wrap;
994997
}
995-
.panel-group .panel.full .lgx-single-schedule .author-multi img {
996-
width: calc(50% - 5px);
997-
margin: 0 5px 5px 0;
998-
}
999998
.lgx-single-schedule .schedule-info {
1000999
width: 100%;
10011000
background: #fff;
@@ -1175,6 +1174,10 @@ section#agenda li a {
11751174
section#patrocinio div#patrocinadores #diamante a img {
11761175
max-width: 267px;
11771176
}
1177+
.panel-group .panel.full .lgx-single-schedule .author-multi img {
1178+
width: calc(50% - 5px);
1179+
margin: 0 5px 5px 0;
1180+
}
11781181
}
11791182
@media (min-width: 992px) {
11801183
.items .button-container {

0 commit comments

Comments
 (0)