From 8bc7090df4d89a94a4a0ba1635996f111e217276 Mon Sep 17 00:00:00 2001 From: birjolaxew Date: Sat, 11 Apr 2020 07:45:01 +0200 Subject: [PATCH] Add month/year of testing to results --- index.html | 10 +++++----- style/styles.css | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 0336a4b..221f9c6 100644 --- a/index.html +++ b/index.html @@ -30,27 +30,27 @@

HTML5 Accessibility

diff --git a/style/styles.css b/style/styles.css index a3853c3..b513d90 100644 --- a/style/styles.css +++ b/style/styles.css @@ -428,6 +428,10 @@ nav a { line-height: 1.5; } +.platform { + margin-top: 4px; +} + .result { display: inline-block; @@ -494,7 +498,7 @@ nav a { .test-results li { float: left; width: calc(50% - 6px); - height: 308px; + height: 332px; margin: 0 0 12px 0; padding-top: 122px;