The issue 'Styling of Edit Post button on your own post' fixed. Close… (#1749)

* The issue 'Styling of Edit Post button on your own post' fixed. Closed #1740

* I changed margin top to 4 and media screens's max-width value change as 376px
This commit is contained in:
Ali GOREN 2019-02-06 23:18:33 +03:00 committed by Ben Halpern
parent 009001272a
commit b9279033a4

View file

@ -219,10 +219,11 @@ article{
line-height:1.1em;
font-family: $helvetica-condensed;
font-stretch:condensed;
@media screen and ( max-width: 340px ){
@media screen and ( max-width: 376px ){
padding:2px 3px 3px;
margin-left:3px;
margin-left:5px;
margin-top: 5px;
.post-word{
display:none;
}