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:
parent
009001272a
commit
b9279033a4
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue