inline margins to hero

- index.html has some spacing added via inline margins.
- hamburger menu changed to black color
This commit is contained in:
nx 2022-02-04 01:56:22 +00:00
parent a02f04cb0b
commit f0d21f7182
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</head>
<body>
<div class="header">
<a class="toggle header__menu-toggle bi bi-list"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
<a class="toggle header__menu-toggle bi bi-list"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="black" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
</svg>
@ -34,7 +34,7 @@
</aside>
<main role="main">
<div class="container">
<section class="hero">
<section class="hero" style="margin:30px 0;">
<h1 class="message">The Quick Brown Fox</h1>
<p class="lead">The quick brown fox jumps over the lazy dog</p>
</section>