hugo-theme-stack-stars/layouts
Jimmy Cai 495a3b0289
refactor: rewrite grid system & style changes (#231)
* refactor(WIP): add new SCSS mixin `respond`

Theme's stylesheet mixes the use of max-width and min-width for responsive design, and it's horrible.

* refactor: update variable.scss to use @mixin respond

* refactor(grid): adjust sidebar max-width

* refactor(partials/article.scss): use `@include respond`

* refactor(layout/article.scss): delete unused SCSS and migrate to `@include respond`

* Adjust left sidebar max-width on xl screen

* fix: right sidebar not sticky

* refactor(breakpoint): simplify `@mixin respond`

* refactor(breakpoints): improve warning message

* fix(breakpoint): return only the requested breakpoint

* fix: add missing padding to .article-details
2021-06-20 12:53:10 +02:00
..
_default refactor: rewrite grid system & style changes (#231) 2021-06-20 12:53:10 +02:00
page fix(search): add missing i18n text (#110) 2021-01-01 13:24:26 +01:00
partials feat(comment): add Waline (#200) 2021-06-14 21:05:27 +02:00
post refactor: rewrite grid system & style changes (#231) 2021-06-20 12:53:10 +02:00
shortcodes refactor(article): add default padding (#166) 2021-03-07 12:51:47 +01:00
404.html refactor(i18n): translation key renaming (#68) 2020-12-19 01:41:26 +01:00
index.html feat(footer): add copyright since & custom text (#74) 2020-12-20 12:34:44 +01:00
rss.xml fix(rss): remove featured image width height attr 2020-09-28 16:12:52 +02:00