From 5dee2b8f6597bbdade30953ad6df399aa81f9ab4 Mon Sep 17 00:00:00 2001 From: Nicky Case Date: Tue, 29 May 2018 17:01:43 -0400 Subject: [PATCH] auto width for skip button --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index df059e2..15f6beb 100644 --- a/css/index.css +++ b/css/index.css @@ -112,7 +112,7 @@ a:hover{ position: absolute; right:10px; bottom:10px; - width: 80px; + width: auto; height: 25px; font-size: 25px; line-height: 25px;