Skip to content

Commit

Permalink
Theme update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmitro committed Feb 14, 2019
1 parent d723f59 commit 0a2e72d
Show file tree
Hide file tree
Showing 14 changed files with 516 additions and 357 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Publii Starter Theme

Version: 1.0.5.0
Version: 1.0.6.0

![Starter theme screenshot](starter-publii-theme.png)

Expand Down
52 changes: 43 additions & 9 deletions assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/photoswipe.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ a.pswp__share--download:hover {
}

.pswp__caption__center {
text-align: left;
text-align: center;
max-width: calc(38rem + 8%);
margin: 0 auto;
font-size: 13px;
Expand Down
6 changes: 3 additions & 3 deletions assets/js/photoswipe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/svg2js.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions assets/sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

html {
@include fluid-type(font-size, $minScreen, $maxScreen, map-get($font, min), map-get($font, max));
font-smooth: always;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: smooth;
}

body {
Expand All @@ -10,6 +14,7 @@ body {
font-family: $body;
font-weight: $font-weight-normal;
line-height: $line-height;
overscroll-behavior: none;
}

a {
Expand Down
Loading

0 comments on commit 0a2e72d

Please sign in to comment.