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

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/pages/_home.scss')
-rw-r--r--assets/scss/pages/_home.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/assets/scss/pages/_home.scss b/assets/scss/pages/_home.scss
index eebc576..a828a68 100644
--- a/assets/scss/pages/_home.scss
+++ b/assets/scss/pages/_home.scss
@@ -5,18 +5,21 @@
font-family: $font-family-base;
}
p {
- width: 60%;
margin: 0 auto;
font-size: 1.2rem;
font-weight: lighter;
margin-bottom: 40px;
+ @include media-breakpoint-up(md) {
+ width: 80%;
+ }
+ @include media-breakpoint-up(lg) {
+ width: 60%;
+ }
}
.terminal {
- background: #eaeaea;
+ @include whitebox();
border-radius: 3px;
- width: 80%;
margin: 0 auto;
- @include whitebox();
margin-top: -200px;
img {
width: 100%;