commit: aa76142a1c3489a3f22c1586265cf96b294d854f
parent 849afe6e5d6a4577ee60e6f6de4faec1ec580225
Author: EatTheRichTextFormat <64558123+EatTheRichTextFormat@users.noreply.github.com>
Date: Sun, 3 May 2020 01:33:06 +0200
Fix size of the bottom 60% display
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.css b/main.css
@@ -497,7 +497,7 @@ h1 {
}
.sixty-percent-people .people {
width: 800px;
- height: 197400px;
+ height: 1974000px;
}
.sixty-percent-people .people-wrapper {
box-shadow: inset 0 0 10px #000000;
@@ -557,7 +557,7 @@ h1 {
}
.sixty-percent-people .people {
width: 200px;
- height: 394800000px;
+ height: 1974000px;
}
.people-label {
left: 35px;