Browse Source

Fix mobile example overflow with large images

pull/1129/head
jlukic 10 years ago
parent
commit
48eb9ab060
1 changed files with 5 additions and 0 deletions
  1. 5
      server/files/stylesheets/semantic.css

5
server/files/stylesheets/semantic.css

@ -1461,6 +1461,11 @@ body.progress .ui.progress .bar {
#example .following.menu .menu .active.item {
font-weight: bold;
}
@media only screen and (max-width : 320px) {
#example .example {
max-width: 290px;
}
}
@media only screen and (max-width : 600px) {
#example .page > .footer {

Loading…
Cancel
Save