mirror of
https://github.com/maciejpedzich/cats-album.git
synced 2024-11-09 23:03:02 +01:00
Decrease body width and change focus outline color
This commit is contained in:
parent
1b98aabe37
commit
7ec3ff0344
@ -4,5 +4,9 @@
|
||||
|
||||
body {
|
||||
margin: 0 auto;
|
||||
max-width: min(1200px, 85%);
|
||||
max-width: min(100rem, 75%);
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: var(--color-primary) solid 3px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user