Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd22744e authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix margin

parent 2139f0c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ a {
@media screen and (max-height: 600px) and (orientation: landscape) {
  #index img {
    width: 70vmin;
    margin-top: 32px;
    margin-top: 100px;
    display: none;
  }
  #index img#logo_inline {
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+4 −2
Original line number Diff line number Diff line
@@ -139,8 +139,10 @@
.mobile-landscape-mq({
  #index img {
    width: 70vmin;
    margin-top: @spacing_xx-large;
    margin-top: 100px;
    display: none; 
  }
  #index img#logo_inline { display: block; }
  #index img#logo_inline {
    display: block;
  }
});