Skip to content

Commit d5459f0

Browse files
authored
Merge pull request #49 from uxrishu/staging
bug resolve
2 parents 8fdde61 + ac4e3ce commit d5459f0

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,7 @@ <h1 class="mt-6 lg:w-4/6 md:w-1/1 sm:w-6/6 big-title">
282282
<a href="./res/Rishabh - UI and UX Designer.pdf " target="_blank">
283283
<button
284284
class="caption flex mx-auto mt-4 secondary-button border-0"
285-
>
286-
Resume
287-
</button>
285+
><span>Resume</span></button>
288286
</a>
289287
</div>
290288
</div>
@@ -356,7 +354,7 @@ <h2 class="font-medium heading mb-2 text-gray-900">
356354
<div class="container text-center py-2 mx-auto">
357355
<h2 class="heading text-gray-900 mb-1">From Meh to Memorable</h2>
358356
<p class="service-subtitle leading-relaxed mb-1 text-gray-500">
359-
My Design will do the talking
357+
Design that will tell your story
360358
</p>
361359
</div>
362360

style/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ body {
9090
font-family: "FontB";
9191
font-size: 18px;
9292
font-weight: 600;
93+
}
94+
95+
.secondary-button span {
9396
padding: 1.2em 2.6em;
9497
}
9598

style/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ body {
122122
font-family: "FontB";
123123
font-size: 18px;
124124
font-weight: 600;
125+
}
126+
.secondary-button span{
125127
padding: 1.2em 2.6em;
126128
}
127129

0 commit comments

Comments
 (0)