responsive navigation bar

This commit is contained in:
Bnyro
2022-07-22 18:08:52 +02:00
parent a4588b643f
commit 07dcbd66d4
2 changed files with 59 additions and 25 deletions

View File

@@ -208,4 +208,8 @@ h2 {
.auto .link-secondary {
@apply dark:(text-gray-300 hover:(text-gray-400 underline underline-gray-400));
}
.line {
@apply px-2.5 py-0.25 my-0.45 rounded-xl bg-white;
}
</style>