basic styles
This commit is contained in:
@@ -20,15 +20,6 @@
|
||||
<a href="/elements" class="text-gray-600 hover:text-gray-900 transition-colors font-medium">
|
||||
Elements
|
||||
</a>
|
||||
<a href="/techniques" class="text-gray-600 hover:text-gray-900 transition-colors font-medium">
|
||||
Techniques
|
||||
</a>
|
||||
<a href="/training" class="text-gray-600 hover:text-gray-900 transition-colors font-medium">
|
||||
Training
|
||||
</a>
|
||||
<a href="/about" class="text-gray-600 hover:text-gray-900 transition-colors font-medium">
|
||||
About
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Mobile menu button -->
|
||||
@@ -50,15 +41,6 @@
|
||||
<a href="/elements" class="block px-3 py-2 text-gray-600 hover:text-gray-900 hover:bg-gray-50 rounded-md font-medium">
|
||||
Elements
|
||||
</a>
|
||||
<a href="/techniques" class="block px-3 py-2 text-gray-600 hover:text-gray-900 hover:bg-gray-50 rounded-md font-medium">
|
||||
Techniques
|
||||
</a>
|
||||
<a href="/training" class="block px-3 py-2 text-gray-600 hover:text-gray-900 hover:bg-gray-50 rounded-md font-medium">
|
||||
Training
|
||||
</a>
|
||||
<a href="/about" class="block px-3 py-2 text-gray-600 hover:text-gray-900 hover:bg-gray-50 rounded-md font-medium">
|
||||
About
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user