only two style files

This commit is contained in:
2020-07-26 18:17:29 +02:00
parent a3b63618b4
commit aa741c5a90
11 changed files with 63 additions and 41 deletions

View File

@ -20,7 +20,6 @@
display: block;
width: 0;
height: 2px;
background: #FFF;
transition: width .3s;
}
@ -29,14 +28,18 @@
}
.navitemselected{
.navitemselected {
opacity: 0.85;
}
.navcontainer {
padding-top: 20px;
width: 100%;
padding-bottom: 30px;
padding-bottom: 40px;
border-width: 0;
border-style: dotted;
border-bottom-width: 2px;
}
.navbrand {
@ -45,7 +48,7 @@
font-size: large;
font-weight: bold;
text-transform: capitalize;
float:left;
float: left;
}