From efff8f3c39d12de34bd862f474e5b599b6e1e6b7 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Fri, 17 Sep 2021 18:47:51 +0200 Subject: [PATCH] changed the size of the frames, so people can read the text --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 6bb86c0..fb34924 100644 --- a/src/App.css +++ b/src/App.css @@ -84,7 +84,8 @@ a:hover{ transition: transform 0.2s ease; } .FrameChooser .frame img{ - height: 12vh; + height: 24vh; + /* height: 12vh; */ pointer-events: none; } .FrameChooser .frame:hover{