Skip to content

Commit

Permalink
The issue 'Styling of Edit Post button on your own post' fixed. Close… (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
aligoren authored and benhalpern committed Feb 6, 2019
1 parent 0090012 commit b927903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/article-show.scss
Expand Up @@ -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;
}
Expand Down

0 comments on commit b927903

Please sign in to comment.