This commit is contained in:
Bill 2022-03-15 15:12:25 -04:00
commit 42bb43d839
2 changed files with 5 additions and 4 deletions

View File

@ -206,8 +206,8 @@
font-size: $font-size-sm;
.bubble-image-container {
min-width: 50px;
min-height: 50px;
width: 50px;
height: 50px;
}
}

View File

@ -45,14 +45,15 @@
}
.left {
width: 1200px;
height: 800px;
top:0;
right:0;
bottom: 0;
left: 0;
animation-iteration-count: 1;
animation-name: slideUp;
animation-duration: 1s;
background-repeat: no-repeat;
background-position: left bottom;
}
.right {