Add style to Footer
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
export let variant: string = 'large'
|
||||
</script>
|
||||
|
||||
<h1 class="site-title site-title--{variant}">
|
||||
<strong class="site-title__pink">Houses</strong>
|
||||
<h2 class="site-title site-title--{variant}">
|
||||
<strong>Houses</strong>
|
||||
<span>Of The</span>
|
||||
<strong class="site-title__pink">World</strong>
|
||||
</h1>
|
||||
</h2>
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="container grid">
|
||||
<SiteTitle />
|
||||
|
||||
<nav class="footer__links">
|
||||
@@ -31,8 +31,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="ctf">
|
||||
<span>A project from</span>
|
||||
<div class="footer__ctf">
|
||||
<a href="https://cetrucflotte.com" target="_blank" rel="noopener external">
|
||||
<img src="/images/logo-ctf.svg" alt="Cetrucflotte logo" width="140" height="24">
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user