Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2018-11-29 03:27:26 +0300
committerRobert Austin <rob@jugglerdigital.com>2018-11-29 03:27:26 +0300
commit37a839c76e18553a029a65f50c8ebf180cb5a478 (patch)
treee71ab8e826f4ddf7cabed2bf45d8b30e3161487f /assets
parentacc51fcab329f5ee81535beb6a0f7fe5e6f5316c (diff)
prettier formatting
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/pages/_home.scss4
-rw-r--r--assets/scss/pages/services/_service-summary.scss2
-rw-r--r--assets/scss/pages/testimonials/_page-testimonials-list.scss3
-rw-r--r--assets/scss/pages/testimonials/_testimonials-list.scss9
4 files changed, 6 insertions, 12 deletions
diff --git a/assets/scss/pages/_home.scss b/assets/scss/pages/_home.scss
index cfe8525..8d68b3c 100644
--- a/assets/scss/pages/_home.scss
+++ b/assets/scss/pages/_home.scss
@@ -1,5 +1,5 @@
.page-home {
- background-image: url("/images/undraw_taking_notes_tjaf.svg");
+ background-image: url('/images/undraw_taking_notes_tjaf.svg');
background-repeat: no-repeat;
background-size: 115%;
background-position: 49px -40px;
@@ -68,7 +68,7 @@
// }
}
.certified {
- background-image: url("/images/undraw_experts3_3njd.svg");
+ background-image: url('/images/undraw_experts3_3njd.svg');
background-repeat: no-repeat;
background-size: 120%;
background-position: -100px 0;
diff --git a/assets/scss/pages/services/_service-summary.scss b/assets/scss/pages/services/_service-summary.scss
index 31d5c10..3f7f161 100644
--- a/assets/scss/pages/services/_service-summary.scss
+++ b/assets/scss/pages/services/_service-summary.scss
@@ -19,4 +19,4 @@
color: $secondary;
}
}
-} \ No newline at end of file
+}
diff --git a/assets/scss/pages/testimonials/_page-testimonials-list.scss b/assets/scss/pages/testimonials/_page-testimonials-list.scss
index 5604447..8254e3c 100644
--- a/assets/scss/pages/testimonials/_page-testimonials-list.scss
+++ b/assets/scss/pages/testimonials/_page-testimonials-list.scss
@@ -3,14 +3,17 @@
background-repeat: no-repeat;
background-size: 115%;
background-position: 49px -40px;
+
@include media-breakpoint-up(sm) {
background-size: 90%;
background-position: 159px -40px;
}
+
@include media-breakpoint-up(md) {
background-size: 85%;
background-position: 199px -80px;
}
+
@include media-breakpoint-up(lg) {
background-size: 60%;
background-position: 100% -110px;
diff --git a/assets/scss/pages/testimonials/_testimonials-list.scss b/assets/scss/pages/testimonials/_testimonials-list.scss
index 6f90bc9..e69de29 100644
--- a/assets/scss/pages/testimonials/_testimonials-list.scss
+++ b/assets/scss/pages/testimonials/_testimonials-list.scss
@@ -1,9 +0,0 @@
-// .page-team-list {
-// .team-name {
-// @include media-breakpoint-up(md) {
-// font-size: 18px;
-// font-weight: $font-weight-light;
-// letter-spacing: 1px;
-// }
-// }
-// } \ No newline at end of file