Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');
- body {
- font-family: "Atkinson Hyperlegible";
- }
- .mes {
- display: block;
- }
- .mesAvatarWrapper{
- display: inline;
- float: left;
- margin-right: 10px;
- }
- .mes_block {
- overflow-x: visible;
- }
- .swipe_right, .swipe_left {
- bottom: 5px;
- }
- .last_mes .mesAvatarWrapper {
- padding-bottom: 0px;
- }
- .last_mes .mes_block {
- padding-bottom: 20px;
- }
- .mes_text, .last_mes .mes_text {
- padding-right: 0px;
- margin-left: -10px;
- font-size: 20px;
- text-align: justify;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement