made text in title zone clickable & fix langs btns

This commit is contained in:
Julien Constant
2023-03-12 03:27:22 +01:00
parent 82207aa816
commit d8341cdbbe
2 changed files with 9 additions and 3 deletions

View File

@ -28,6 +28,10 @@
flex-direction: row;
gap: 10px;
&:hover > a {
color: #aaa;
}
@media (max-width: 607px) {
width: 100%;
justify-content: center;
@ -84,13 +88,15 @@
> input[type=submit] {
border-radius: 0;
z-index: 10;
margin: 0;
box-sizing: border-box;
background-color: #354a5f;
width: 45px;
height: 25px;
padding: 0;
color: white;
font-weight: normal;
line-height: 1.3em;
&:hover {
background-color: #283747;