Feature/tweaks (#8)

* show copy button on focs

* change base link styling

* text-decoration underline on basic links

* basic hover and focus styles on button and tabs

* add links in footer

* change breakpoints vars

* medium breakpoint on footer
This commit is contained in:
August Skare
2018-10-25 10:54:53 +01:00
committed by GitHub
parent 1c8ea1336e
commit e5d3e3b33a
7 changed files with 53 additions and 22 deletions

View File

@@ -14,9 +14,8 @@ interface SizesInterface {
}
const sizes: SizesInterface = {
large: 992,
medium: 768,
small: 376,
medium: 900,
small: 650,
};
const media = Object.keys(sizes).reduce((acc: any, label: string) => {