fix: prettier navbar
This commit is contained in:
@@ -22,7 +22,6 @@ tr{
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.custom-navbar{
|
.custom-navbar{
|
||||||
height: 3rem;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@@ -34,5 +33,3 @@ tr{
|
|||||||
text-align: center; /* Center the content of each item */
|
text-align: center; /* Center the content of each item */
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
.nav-link.active{
|
|
||||||
}
|
|
||||||
@@ -9,7 +9,7 @@ html, body {
|
|||||||
body {
|
body {
|
||||||
margin:3em auto;
|
margin:3em auto;
|
||||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||||
padding:0 .5em;
|
padding:.5em auto;
|
||||||
}
|
}
|
||||||
h1,h2,h3{
|
h1,h2,h3{
|
||||||
line-height:1.2;
|
line-height:1.2;
|
||||||
|
|||||||
Reference in New Issue
Block a user