Update css.css

add-license-1
Guus van Meerveld 5 years ago committed by GitHub
parent 320082354c
commit 49a43a3c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,8 +3,8 @@ section {
float: left; float: left;
display: inline-block; display: inline-block;
width: 50%; width: 50%;
margin-top: 55px; padding-top: 55px;
height: 95vh; height: 100vh;
overflow: scroll; overflow: scroll;
overflow-x: hidden; overflow-x: hidden;
} }
@ -12,11 +12,11 @@ section::-webkit-scrollbar {
display: none; display: none;
} }
svg { svg {
margin-top: 49px; padding-top: 49px;
fill: #454752; fill: #454752;
stroke-width: 1; stroke-width: 1;
stroke: #454752; stroke: #454752;
height: 95.6vh; height: 100vh;
} }
/* Clock */ /* Clock */
#timeBox { #timeBox {
@ -36,25 +36,29 @@ svg {
/* Feedback */ /* Feedback */
#feedbackContent { #feedbackContent {
background-color: #33353d; background-color: #33353d;
float: left;
width: 100%; width: 100%;
} }
.feedback { .feedback {
display: inline-block; display: inline-block;
padding: 14vh 0 14vh 5%; padding: 14vh 0 14vh 5%;
width: 50%; width: 50%;
height: 100%; vertical-align: top;
} }
#feedbackOne { #feedbackOne {
border-right: #454752 4px solid; border-right: #454752 4px solid;
} }
.user { .user {
display: inline-block; display: inline-block;
height: 100%; min-width: 8rem;
width: 10rem; }
.user h3 {
text-align: center;
} }
.userImg { .userImg {
width: 8rem; width: 8rem;
height: 8rem; height: 8rem;
margin-left: calc(50% - 4rem);
margin-bottom: 2rem; margin-bottom: 2rem;
} }
.userFeedback { .userFeedback {