Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -183,7 +183,11 @@ body, html { | ... | @@ -183,7 +183,11 @@ body, html { |
183 | } | 183 | } |
184 | 184 | ||
185 | .historyContainer .bot-image-box .bot-image { | 185 | .historyContainer .bot-image-box .bot-image { |
186 | - | 186 | + width: 250px; |
187 | + height: 300px; | ||
188 | + border-radius: 10px; | ||
189 | + margin: 1rem; | ||
190 | + box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0 1rem 1rem -1rem rgba(0, 0, 0, 0.1); | ||
187 | } | 191 | } |
188 | 192 | ||
189 | /* input tag */ | 193 | /* input tag */ | ... | ... |
-
Please register or login to post a comment