fix: resume button margin
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<a href="/#skills" class="block text-gray-300 hover:text-blue-400">Skills</a>
|
||||
<a href="/#experience" class="block text-gray-300 hover:text-blue-400">Experience</a>
|
||||
<a href="/#contact" class="block text-gray-300 hover:text-blue-400">Contact</a>
|
||||
<a href="/{{ site.resumeUrl }}" target="_blank" class="hidden block btn mt-2">View Resume</a>
|
||||
<a href="/{{ site.resumeUrl }}" style="margin-left: 4rem; margin-right: 4rem;" target="_blank" class="block btn mt-2 mb-2 m">View Resume</a>
|
||||
</div>
|
||||
</header>
|
||||
<main class="main-content container mx-auto px-6 py-12">
|
||||
|
Reference in New Issue
Block a user