Skip to content

Commit

Permalink
[TASK] Optimize footer alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Feb 28, 2020
1 parent 72c913f commit da61564
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion assets/css/modules/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
.page-footer {
flex-grow: 0;
flex-shrink: 0;
text-align: center;
}

.page-footer-social {
Expand All @@ -54,6 +53,10 @@
}
}

.page-footer-meta {
text-align: center;
}

.page-footer-copyright,
.page-footer-menu {
display: inline-block;
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"entrypoints": {
"app": {
"css": [
"/bundles/template/app.fe5d34eb.css"
"/bundles/template/app.c1def57c.css"
],
"js": [
"/bundles/template/app.eea54578.js"
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bundles/template/app.css": "/bundles/template/app.fe5d34eb.css",
"bundles/template/app.css": "/bundles/template/app.c1def57c.css",
"bundles/template/app.js": "/bundles/template/app.eea54578.js",
"bundles/template/webfont.css": "/bundles/template/webfont.32c29b51.css",
"bundles/template/fonts/fa-brands-400.woff2": "/bundles/template/fonts/fa-brands-400.067595ad.woff2",
Expand Down

0 comments on commit da61564

Please sign in to comment.