Skip to content

Commit 0160258

Browse files
committed
Mobile styling tweaks. Remove unused template source files.
1 parent 7fbc08c commit 0160258

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/assets/css/theme.bundle.css

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

dist/assets/css/theme.bundle.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.

dist/work-single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2 class="lead fw-bolder mb-4">Heritage Furniture</h2>
173173
class="col-12 col-md-6 fade-in-left"
174174
data-scroll data-scroll-position="bottom"
175175
>
176-
<span class="d-block text-primary lh-1 display-1">"</span>
176+
<span class="d-block text-primary lh-1 display-1 mb-5 mb-md-3 mb-lg-0">"</span>
177177
<p class="fs-4 mt-n6 mb-5">
178178
Jenny has excellent software intuition and was able to quickly understand our business
179179
requirements. She did a fantastic job with the redesign of our website and we couldn't be

src/assets/scss/utilities/_text.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989

9090
@include media-breakpoint-down(md) {
9191
.typed-elem {
92-
min-height: 14rem;
92+
min-height: 12rem;
9393
}
9494
}

src/html/work-single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2 class="lead fw-bolder mb-4">Heritage Furniture</h2>
9999
class="col-12 col-md-6 fade-in-left"
100100
data-scroll data-scroll-position="bottom"
101101
>
102-
<span class="d-block text-primary lh-1 display-1">"</span>
102+
<span class="d-block text-primary lh-1 display-1 mb-5 mb-md-3 mb-lg-0">"</span>
103103
<p class="fs-4 mt-n6 mb-5">
104104
Jenny has excellent software intuition and was able to quickly understand our business
105105
requirements. She did a fantastic job with the redesign of our website and we couldn't be

0 commit comments

Comments
 (0)