It never happenned to me, but there is a small blank space on the right, what could it be?
https://github.com/LeandroMore1/Talleres-Merida-Galicia
https://leandromore1.github.io/Talleres-Merida-Galicia/
>Solution :
Add these 2 lines to your CSS:
1.
body {
...
overflow-x: hidden;
}
header {
...
background-size: cover;
}