Skip to content

Commit

Permalink
fix: icon "roles" & position footer engine
Browse files Browse the repository at this point in the history
  • Loading branch information
wonknu committed Mar 30, 2017
1 parent d3d0567 commit b68c9fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/server/public/abecms/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/server/sass/modules/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
.footer {
background: #FFF;
position: absolute;
bottom: 10px;
bottom: 0;
width: 100%;
z-index: 50000;
}
Expand Down
2 changes: 1 addition & 1 deletion src/server/sass/modules/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ body.homepage-engine{
a{
display: inline-block;
vertical-align: middle;
width: calc(100% - 20px);
width: calc(100% - 25px);
}
a:active,
a:visited,
Expand Down

0 comments on commit b68c9fe

Please sign in to comment.