Fix the Lapikud logo size

pull/95/head
Andree Uuetoa 1 year ago
parent 87fc7e5e88
commit afb2880999
  1. 4
      _sass/home.scss
  2. 2
      index.html

@ -15,10 +15,10 @@
text-align : center; text-align : center;
margin : 4rem 0; margin : 4rem 0;
.logo { #logo {
max-width : 60rem; max-width : 60rem;
width : 100%; width : 100%;
padding : 0 1rem; padding : 50px 90px;
} }
} }

@ -6,7 +6,7 @@ title: Lapikud
<!-- home --> <!-- home -->
<section class="container home"> <section class="container home">
<div class="logo_container"> <div class="logo_container">
<img class="logo" src="{{ "/assets/logo.svg " | relative_url }}"> <img id="logo" src="{{ "/assets/logo.svg " | relative_url }}">
</div> </div>
<!-- three icons --> <!-- three icons -->

Loading…
Cancel
Save