tidy up footer font sizes etc
This commit is contained in:
@ -15,7 +15,7 @@ export const Footer = () => {
|
|||||||
<div className={styles.contact}>
|
<div className={styles.contact}>
|
||||||
<ul className={styles.contactList}>
|
<ul className={styles.contactList}>
|
||||||
<li className={styles.contactItem}>
|
<li className={styles.contactItem}>
|
||||||
<h2>Følg oss</h2>
|
<h2 className="suphead">Følg oss</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="#" target="_blank">
|
<a href="#" target="_blank">
|
||||||
@ -40,7 +40,7 @@ export const Footer = () => {
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li className={styles.contactItem}>
|
<li className={styles.contactItem}>
|
||||||
<h2>Kontakt oss</h2>
|
<h2 className="suphead">Kontakt oss</h2>
|
||||||
<p>
|
<p>
|
||||||
Generell kontaktinfo
|
Generell kontaktinfo
|
||||||
<br />
|
<br />
|
||||||
@ -54,7 +54,7 @@ export const Footer = () => {
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li className={styles.contactItem}>
|
<li className={styles.contactItem}>
|
||||||
<h2>Besøk oss</h2>
|
<h2 className="suphead">Besøk oss</h2>
|
||||||
<p>
|
<p>
|
||||||
Det Norske Studentersamfund
|
Det Norske Studentersamfund
|
||||||
<br />
|
<br />
|
||||||
@ -68,7 +68,7 @@ export const Footer = () => {
|
|||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li className={styles.contactItem}>
|
<li className={styles.contactItem}>
|
||||||
<h2>Åpningstider</h2>
|
<h2 className="suphead">Åpningstider</h2>
|
||||||
<p>
|
<p>
|
||||||
Glassbaren
|
Glassbaren
|
||||||
<br />
|
<br />
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
padding: var(--spacing-sitepadding);
|
padding: var(--spacing-sitepadding);
|
||||||
background: var(--color-background-secondary);
|
background: var(--color-background-secondary);
|
||||||
|
|
||||||
|
button {
|
||||||
|
font-size: var(--font-size-caption);
|
||||||
|
background: var(--color-neufPink);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.contactList {
|
.contactList {
|
||||||
@ -17,4 +22,17 @@
|
|||||||
.contactItem {
|
.contactItem {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
grid-column: span 3;
|
grid-column: span 3;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul,
|
||||||
|
p {
|
||||||
|
font-size: var(--font-size-caption);
|
||||||
|
}
|
||||||
}
|
}
|
@ -73,6 +73,13 @@ h6 {
|
|||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.suphead {
|
||||||
|
font-size: var(--font-size-caption);
|
||||||
|
font-weight: 700;
|
||||||
|
text-transform: uppercase;
|
||||||
|
letter-spacing: .05em;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border-radius: 10rem;
|
border-radius: 10rem;
|
||||||
background: var(--color-cta);
|
background: var(--color-cta);
|
||||||
@ -80,7 +87,7 @@ button {
|
|||||||
border: none;
|
border: none;
|
||||||
padding: 1rem 1.5rem;
|
padding: 1rem 1.5rem;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: inherit;
|
font-size: var(--font-size-body);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
transition: opacity var(--transition-easing);
|
transition: opacity var(--transition-easing);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Reference in New Issue
Block a user