diff --git a/src/styles/index.scss b/src/styles/index.scss index 857698a..7e2b19c 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -9,6 +9,7 @@ body { font-family: 'Roboto Flex Variable', sans-serif; margin: auto; max-width: 1200px; + padding: 0px 24px; // Elements a { @@ -21,7 +22,12 @@ body { } } - * {cursor: var(--default-cursor)} + * { + cursor: var(--default-cursor); + &:focus { + outline: none; + } + } a, button, a > * {cursor: var(--pointer-cursor) !important} }