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:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user