Browse Source

Remove empty rules from example

1.0
jlukic 10 years ago
parent
commit
512c3f5786
1 changed files with 0 additions and 5 deletions
  1. 5
      examples/homepage.css

5
examples/homepage.css

@ -83,7 +83,6 @@ html {
*******************************/
/* Mobile Only */
@media only screen and (max-width : 768px) {
#home .menu .right.menu > .item {
@ -132,8 +131,4 @@ html {
#home .selection.list .right.floated {
display: none;
}
}
@media only screen and (max-width : 1000px) {
}
Loading…
Cancel
Save