tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit 76243d8b7f - Show all commits

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"