From 7abffe9c3bf359e0bde23cba0b99c68ebc340e5b Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Tue, 8 Mar 2022 11:09:03 -0500 Subject: [PATCH] services buttons on same line for fullscreen --- homepage/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homepage/style.css b/homepage/style.css index 22bff90..028f366 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -297,6 +297,10 @@ button:hover { width: 50%; } +.servicecontrols button { + width: 20%; +} + body::-webkit-scrollbar { display:none }