Browse Source

Mobile fixes

1.0
jlukic 10 years ago
parent
commit
622b16f6da
  1. 2
      server/files/javascript/semantic.js
  2. 5
      server/files/stylesheets/home.css

2
server/files/javascript/semantic.js

@ -898,7 +898,7 @@ semantic.ready = function() {
$menu
.sidebar({
transition : 'uncover',
mobileTransition : 'overlay'
mobileTransition : 'uncover'
})
.sidebar('attach events', '.launch.button, .view-ui, .launch.item')
.sidebar('attach events', $hideMenu, 'hide')

5
server/files/stylesheets/home.css

@ -715,6 +715,9 @@
@media only screen and (max-width : 600px) {
#example.index .masthead.segment h1 .text {
margin-left: 0em;
}
#example.index .following.bar {
display: none;
}
@ -732,7 +735,7 @@
margin-top: 0em;
}
#example.index .introduction {
margin: 7.5rem 0rem;
margin: 7rem 0rem;
}
#example.index .masthead.segment h1 {
font-size: 2.25em;

Loading…
Cancel
Save