Skip to content

Commit

Permalink
feat(vue) rm headings css
Browse files Browse the repository at this point in the history
  • Loading branch information
lakardion committed Nov 21, 2024
1 parent ec16137 commit de649ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import './headings.css';

/* Router Active Link Styling */
.router {
@apply inline-flex items-center px-1 pt-1 text-sm font-medium text-gray-900 border-b-2 border-transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="flex min-h-full flex-1 flex-col">
<header class="relative mx-auto flex h-32 w-full flex-col justify-center bg-primary sm:h-48">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 w-full">
<h1 class="heading mb-0 text-left font-bold uppercase text-white">Dashboard</h1>
<h1 class="text-3xl mb-6 text-left font-bold uppercase text-white">Dashboard</h1>
</div>
</header>
<div class="h-full min-h-full p-4 sm:px-16 sm:py-4">Content goes here...</div>
Expand Down

0 comments on commit de649ae

Please sign in to comment.