diff --git a/_includes/itch-widget.html b/_includes/itch-widget.html new file mode 100644 index 0000000..8c3bef6 --- /dev/null +++ b/_includes/itch-widget.html @@ -0,0 +1 @@ + diff --git a/_sass/meta/_content.scss b/_sass/meta/_content.scss index 1bab65f..d64a40c 100644 --- a/_sass/meta/_content.scss +++ b/_sass/meta/_content.scss @@ -330,10 +330,20 @@ } } -.humble-widget { +.widget { text-align: center; } +.widget--itch iframe { + margin-bottom: 20px; + border: 1px solid black; +} + +.widget-desc { + margin-top: 20px; + margin-bottom: 0; +} + // ------------------------------------------------------- // Mails. // ------------------------------------------------------- diff --git a/index.html b/index.html index 88b5d2b..633becd 100644 --- a/index.html +++ b/index.html @@ -119,13 +119,17 @@