Add files via upload

This commit is contained in:
Fernando Méndez 2021-05-01 09:34:03 +02:00 committed by GitHub
parent d5dbb1ddcc
commit 3d144738c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,15 @@ button:hover, .button:hover {
text-align: center;
font-size: 15px;
}
/* Responsive layout */
@media (max-width: 850px) {
.menu nav li:hover>ul{
display: block;
position: relative;
top: 5px;
left: -51px;
}
}
/* Paragraphs */