@@ -202,16 +202,12 @@
background-image: linear-gradient(to bottom, rgba(123,100,127,0) 0%, rgba(123,100,127,0.25) 5%, rgba(123,100,127,0.75) 25%, rgba(123,100,127,1) 90%), url("/imgs/hex_500_1000_10.png");
}
#sidebar h1,
- #sidebar div,
+ #sidebar nav,
#sidebar p {
- @apply mx-auto my-4 px-6 py-4 bg-opacity-75 bg-gray-200 rounded text-center;
+ @apply mx-8 my-4 px-6 py-4 bg-opacity-75 bg-gray-200 rounded text-center;
#sidebar h1 {
- @apply w-max bg-opacity-70;
- }
- #sidebar p,
- #sidebar div {
- @apply mx-8;
+ @apply bg-opacity-70;
#sidebar #site-title {