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; font-size: $font-size-sm;
.bubble-image-container { .bubble-image-container {
min-width: 50px; width: 50px;
min-height: 50px; height: 50px;
} }
} }

View File

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