Skip to content

Commit

Permalink
Merge pull request #188 from wonknu/abe_homepage
Browse files Browse the repository at this point in the history
fix: icon "roles" & position footer engine
  • Loading branch information
gregorybesson committed Mar 30, 2017
2 parents a2dbe91 + b68c9fe commit 733ccb8
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
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
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 733ccb8

Please sign in to comment.