Skip to content
Snippets Groups Projects
style.scss 251 B
Newer Older
  • Learn to ignore specific revisions
  • Jonas Leder's avatar
    Jonas Leder committed
    @import "font";
    
    
    Jonas Leder's avatar
    Jonas Leder committed
    @media screen and (orientation: landscape) {
      @import "body";
      @import "buttonJumanji";
      @import "question";
      @import "keyframes";
    }
    
    @media screen and (orientation: portrait) {
        .buttonJumanji {
            display: none;
        }
    }