diff --git a/src/_includes/main/links.njk b/src/_includes/main/links.njk index 8052a0f7..e0d95d1b 100644 --- a/src/_includes/main/links.njk +++ b/src/_includes/main/links.njk @@ -33,9 +33,9 @@ isContentDivided: true {{ group.templateContent | safe }} {% if group.data.updated %} -

(This {{ group.data.title }} list was last updated on {{ group.data.updated | formatDate }})

+

(This {{ group.data.title }} list was last updated on {{ group.data.updated | formatDate }})

{% endif %} - Back to tabs + Back to tabs {%- endfor %} \ No newline at end of file diff --git a/src/_includes/main/statement.njk b/src/_includes/main/statement.njk index 6b6fffab..53a2efff 100644 --- a/src/_includes/main/statement.njk +++ b/src/_includes/main/statement.njk @@ -4,4 +4,4 @@ layout: main/content {{ content | safe }} -

(This {{ keyword }} was last updated on {{ updated | formatDate }})

\ No newline at end of file +

(This {{ keyword }} was last updated on {{ updated | formatDate }})

\ No newline at end of file diff --git a/src/assets/css/components.css b/src/assets/css/components.css index 0a64356d..0161a3e4 100644 --- a/src/assets/css/components.css +++ b/src/assets/css/components.css @@ -182,11 +182,11 @@ p + .adoptables { margin-top: 1em; } } .tab__btn:hover { background-color: #d5c2d6; } - .tab__btn:focus { outline: 0.2em solid var(--clr-title-border); outline-offset: 0.15em; } +.tab__back { margin-top: 3em; } /* Web ring */ .webring { diff --git a/src/assets/css/utility.css b/src/assets/css/utility.css index b7e30055..e6d1974f 100644 --- a/src/assets/css/utility.css +++ b/src/assets/css/utility.css @@ -2,6 +2,7 @@ .bold-text { font-weight: 700; } .center-text { text-align: center; } .inline-img { display: inline-block; } +.update-info { margin-top: 3em; } .center-el { display: grid;