Change default font weight and Fix copy
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</script>
|
||||
|
||||
<dl class={classes}>
|
||||
<dt class="text-label">Shop your city</dt>
|
||||
<dt class="text-label">Choose a city</dt>
|
||||
<dd>
|
||||
<svg width="18" height="18">
|
||||
<use xlink:href="#icon-map-pin" />
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
<nav class="shop-page__nav">
|
||||
<div class="container">
|
||||
<p class="text-label">Shop your city</p>
|
||||
<p class="text-label">Choose a city</p>
|
||||
<nav>
|
||||
<ul>
|
||||
{#each shopLocations as { name, slug }}
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
|
||||
<nav class="shop-page__nav">
|
||||
<div class="container">
|
||||
<p class="text-label">Shop your city</p>
|
||||
<p class="text-label">Choose a city</p>
|
||||
<nav>
|
||||
<ul>
|
||||
{#each shopLocations as { name, slug }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
html {
|
||||
font: #{$base-font-size}/1.2 $font-sans;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
color: #fff;
|
||||
min-width: 320px;
|
||||
word-break: normal;
|
||||
|
||||
@@ -134,5 +134,5 @@
|
||||
line-height: 1.4;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
}
|
||||
Reference in New Issue
Block a user