Correction styling

This commit is contained in:
Massimo Di Lullo 2019-09-01 15:48:17 -04:00
parent a924d1e799
commit b0b2e69661
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,7 @@
body { body {
width: 100%; width: 100%;
overflow: hidden;
} }
a { a {
@ -260,6 +261,11 @@ section#competitions {
.slider-navigation-previous, .slider-navigation-next { .slider-navigation-previous, .slider-navigation-next {
width: 48px; width: 48px;
height: 48px; height: 48px;
opacity: 0.75;
&:hover {
opacity: 1;
}
svg { svg {
width: 36px; width: 36px;