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
1 changed files with 10 additions and 1 deletions

View File

@ -109,11 +109,20 @@ button:hover, .button:hover {
justify-content: center;
font-size: 20px;
}
.header.sub .menu {
.header.sub .menu {
margin-top: 0px;
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 */