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