KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
671B

  1. /*
  2. * Title: openSUSE.org stylesheet (Bento-Theme)
  3. * Author: Robert Lihm <rlihm@opensuse.org>
  4. * Copyright (c) 2009 AUTHORS.txt (http://www.opensuse.org)
  5. * Licensed under the MIT (MIT-LICENSE.txt) license.
  6. */
  7. @import url("reset.css"); /* reset default browser settings */
  8. @import url("grid.css"); /* add fluid 960 Grid System */
  9. @import url("base.css"); /* Basic CSS - Common styles */
  10. @import url("base.fluid.fix.css"); /* Fixes for Bento with fluid 960gs */
  11. @media only screen and (max-width: 870px) {
  12. #content {
  13. width: 96%;
  14. margin-left: 2%;
  15. margin-right: 2%;
  16. }
  17. #header-home {
  18. display: none;
  19. }
  20. #global-navigation {
  21. padding: 0;
  22. }
  23. }