cyp/app/css/nav.less
Ondrej Zara 28b8d4ad84 player
2019-03-21 10:32:58 +01:00

16 lines
198 B
Plaintext

nav ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
li {
text-align: center;
flex-grow: 1;
line-height: 40px;
&:hover { background-color:red;}
}
}