Skip to content

Commit

Permalink
fixed attribute list appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Oct 18, 2017
1 parent ee2335d commit b1d1c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a:hover {
top: 10px;
left: 10px;
z-index: 5;
padding: 5px 6px;
padding: 25px 10px;
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion css/stylesheet.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sass/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ a {
top: 10px;
left: 10px;
z-index: 5;
padding: 5px 6px;
padding: 25px 10px;
display: none;
h5 {
display: inline;
Expand Down

0 comments on commit b1d1c26

Please sign in to comment.