links on home page

This commit is contained in:
j 2020-10-21 17:21:51 +02:00
commit bd0f80f585
2 changed files with 61 additions and 11 deletions

View file

@ -84,3 +84,20 @@
#home .text.es {
text-align: right;
}
#home .submenu {
overflow: hidden;
margin: 10px 0 5px;
}
#home .submenu .sub {
font-family: "helvetica-neue-bold", Helvetica, Arial, sans-serif;
font-size: 15px;
margin: 5px 0;
margin-bottom: 7px;
cursor: pointer;
}
#home .submenu .sub:hover {
opacity: 0.5;
}