added left margin to left sidebar

This commit is contained in:
Giulio De Pasquale 2020-12-18 14:03:47 +00:00
parent b36a6fac8a
commit 76243d8b7f

View File

@ -10,7 +10,7 @@ export class Navbar extends Component<any, any> {
render() {
return (
<nav
className="w-24 flex flex-col items-center bg-gray-800 dark:bg-gray-800 py-4 my-1 rounded-tl rounded-bl">
className="ml-1 w-24 flex flex-col items-center bg-gray-800 dark:bg-gray-800 py-4 my-1 rounded-tl rounded-bl">
<div>
<a href={"#"} className={"flex flex-col items-center"}>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"