-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Tidying the container wrapper situation * Adding CSS grid file and importing it * Tidying up sponsor section and using grid to set sponsors out * Tidying footer section * Adding body inner wrapper section bottom margins back in * Tidying layouts of talks, speakers and workshops pages * More footer nav tidying * Tidying the header nav mobile styles * More footer nav tidying * Replacing Source sans with Work sans and updating heading styles throughout * Fixing more conflicts * General tidying after merge and typography updates * Adjusting h3 font size * include grid in storypark * sticky header
- Loading branch information
Showing
17 changed files
with
186 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,44 @@ | ||
.footer { | ||
margin-bottom: 6rem; | ||
position: relative; | ||
margin-bottom: 4rem; | ||
padding-right: 7rem; | ||
} | ||
.footer__credit { | ||
color: var(--text-color); | ||
font-size: 1.3rem; | ||
margin-top: 1rem; | ||
color: #999; | ||
font-size: 1.1rem; | ||
margin-bottom: 2rem; | ||
} | ||
|
||
.footer__credit a { | ||
color: var(--primary-color); | ||
text-decoration: none; | ||
} | ||
.footer__birb { | ||
width: 3rem; | ||
margin-top: 2rem; | ||
width: 4rem; | ||
} | ||
|
||
/* Footer nav */ | ||
.footer-nav { | ||
margin-bottom: 4rem; | ||
} | ||
.breakpoint-phone .footer-nav { | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.footer-nav__list { | ||
} | ||
|
||
.footer-nav__list-item { | ||
display: inline-block; | ||
padding-right: 3rem; | ||
font-size: 1.5rem; | ||
font-size: 1.3rem; | ||
} | ||
|
||
.footer-nav__list-item a { | ||
display: block; | ||
margin-bottom: 2rem; | ||
} | ||
|
||
.breakpoint-phone .footer-nav__list-item a { | ||
margin-bottom: 1rem; | ||
} |
Oops, something went wrong.