Skip to content

Commit

Permalink
Merge pull request #5 from languageconvo/Vadim_May_dev
Browse files Browse the repository at this point in the history
Vadim may dev
  • Loading branch information
KayakinKoder authored Mar 26, 2020
2 parents 8de958c + ce2187b commit 65b1e09
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

19 changes: 8 additions & 11 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ body {

.site-header-background {
position: relative;
margin-top: 64px;
margin-top: 60px;
padding-bottom: 12px;
color: color(var(--darkgrey) l(-5%));
background: #fff no-repeat center center;
Expand Down Expand Up @@ -177,7 +177,7 @@ body {
.site-description {
z-index: 10;
margin: 0;
padding: 5px 0;
padding-bottom: 20px;
font-size: 2.1rem;
line-height: 1.4em;
font-weight: 400;
Expand Down Expand Up @@ -239,14 +239,9 @@ body {
opacity: 1.0;
}

.site-archive-header .no-image .site-description {
color: var(--midgrey);
opacity: 1.0;
}


.site-archive-header .no-image .site-header-content {
padding: 5vw 0 10px;
padding: 0;
border-bottom: 1px solid color(var(--lightgrey) l(+12%));
}

Expand Down Expand Up @@ -963,7 +958,6 @@ make sure this only happens on large viewports / desktop-ish devices.
/* ---------------------------------------------------------- */
.tag-template .site-title {
flex: 1 0 100%;
margin: 20px 0;
}
/* 7. Single Post
/* ---------------------------------------------------------- */
Expand Down Expand Up @@ -3206,11 +3200,13 @@ Usage (In Ghost editor):
}

.site-home-header .site-description {
flex: 0 1 80%;
flex: 1 0 70%;
padding-right: 30px;
}

.site-header-content > .tags {
flex: 0 1 20%;
width: 100%;
}

/* widths for medium screens */
Expand Down Expand Up @@ -3255,7 +3251,8 @@ Usage (In Ghost editor):
/* region tag page, hero section */

.tag-template .site-description {
flex: 0 1 80%;
flex: 1 0 70%;
padding-right: 30px;
}

.tag-template .site-header-content >.tags {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bloglc",
"description": "A clean, minimal default theme for the Ghost publishing platform. Customized for LanguageConvo.",
"demo": "https://demo.ghost.io",
"version": "1.0.8",
"version": "1.0.9",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
Expand Down

0 comments on commit 65b1e09

Please sign in to comment.