Skip to content

Commit c87f84c

Browse files
committed
Frontend: Melhorias de estilos
1 parent dc0352d commit c87f84c

File tree

1 file changed

+12
-0
lines changed
  • frontend/packages/volto-pythonbrasil-site/src/theme/blocks

1 file changed

+12
-0
lines changed

frontend/packages/volto-pythonbrasil-site/src/theme/blocks/_schedule.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,16 @@
1010
min-height: 30rem * 0.75;
1111
}
1212
}
13+
@media only screen and (min-width: $tablet-breakpoint) {
14+
.tab-content {
15+
grid-gap: 1rem 0.2rem !important;
16+
.sessionTile {
17+
.sessionInfo {
18+
.sessionInfoItem.slotRoom {
19+
display: none;
20+
}
21+
}
22+
}
23+
}
24+
}
1325
}

0 commit comments

Comments
 (0)