Avoid repetition in menu links

This commit is contained in:
Piero Toffanin 2023-01-05 14:54:56 -05:00
parent bfbe848c01
commit f0457da7b6
2 changed files with 17 additions and 16 deletions

View file

@ -11,6 +11,10 @@ a {
text-decoration: underline;
}
a.noline{
text-decoration: none;
}
#app {
min-height: 80vh;
}