Fix some styles issues (font-weight, max-width, markup)

This commit is contained in:
2021-10-09 20:13:52 +02:00
parent 6ef8e41c80
commit bc9a93101c
5 changed files with 8 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
}
</script>
<div class="switcher" class:is-open={isOpen}>
<aside class="switcher" class:is-open={isOpen}>
<nav class="switcher__links">
<ul>
{#each links as { icon, alt, url, text }}
@@ -55,4 +55,4 @@
<i />
</span>
</button>
</div>
</aside>

View File

@@ -15,7 +15,7 @@
<div class="shop__image">
<img src="/images/poster-display.jpg" alt="">
</div>
<div class="shop__info">
<div class="shop__content">
<h3 class="title-medium">Browse our products</h3>
<p class="text-small">Discover our graphic posters and prints of your favouite locations.</p>
<Button