styling improvements

This commit is contained in:
feruz 2020-09-22 10:04:58 +03:00
parent cbc5de8154
commit eab9a017c6

View File

@ -371,12 +371,14 @@ const PostBody = ({
width: 100%; width: 100%;
height: 240px; height: 240px;
} }
.pull-right { .phishy {
float: right; display: inline;
color: red;
} }
.pull-left { .text-justify {
float: left; text-align: justify;
} }
.pull-left, .pull-left,
.pull-right { .pull-right {
max-width: calc(50% - 10px); max-width: calc(50% - 10px);
@ -384,15 +386,17 @@ const PostBody = ({
margin-bottom: 10px; margin-bottom: 10px;
box-sizing: border-box; box-sizing: border-box;
} }
.phishy {
display: inline; .pull-left {
color: red; margin-right: 10px;
padding-right: 10px;
float: left;
} }
.text-justify { .pull-right {
text-align: justify; margin-left: 10px;
text-justify: inter-word; padding-right: 10px;
letter-spacing: 0px; float: right;
} }
`; `;
return ( return (