diff --git a/docs/_includes/head.html b/docs/_includes/head.html
index 025dfb5..b452b9d 100755
--- a/docs/_includes/head.html
+++ b/docs/_includes/head.html
@@ -9,4 +9,12 @@
+
+
+
+
+
+
+
+
diff --git a/docs/_layouts/title.html b/docs/_layouts/title.html
index 34070dd..0b5fa64 100644
--- a/docs/_layouts/title.html
+++ b/docs/_layouts/title.html
@@ -10,7 +10,7 @@
- {{ site.title | escape }}
+ {% if page.title %}{{ page.title }} – {{site.title}} {% else %}{{ site.title }}{% endif %}
diff --git a/docs/_sass/libs/_changes.scss b/docs/_sass/libs/_changes.scss
index 03fd599..8bef957 100644
--- a/docs/_sass/libs/_changes.scss
+++ b/docs/_sass/libs/_changes.scss
@@ -14,13 +14,32 @@
@include breakpoint(medium) {
width: 100%;
}
- > p, header {
+ > p,
+ header {
width: 40em;
@include breakpoint(large) {
width: 45em;
}
+ @include breakpoint(medium) {
+ width: 90%;
+ }
+ }
+ li {
+ margin: 0 auto;
+ }
+ }
+ &.style5 {
+
+ li {
+ width: 40em;
+ margin: 0 auto _size(element-margin) auto;
+
+ @include breakpoint(large) {
+ width: 45em;
+ }
+
@include breakpoint(medium) {
width: 90%;
}
@@ -28,6 +47,7 @@
}
}
+
twentytwenty-wrapper img {
width: 100%;
@@ -152,5 +172,5 @@ iframe {
font-family: 'Open Sans', sans-serif;
@include breakpoint(small){
width: 90%;
-}
+ }
}