Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Fixed mis-aligned footer on low-resolution screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Caiyeon committed Jan 10, 2018
1 parent 15f55c3 commit 35184cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/client/components/layout/FooterBar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<footer class="footer">
<div class="container">
<div class="container is-fluid is-marginless">
<div class="content has-text-centered">
<p><span class="icon"><i class="fa fa-code"></i></span> with <span class="icon"><i class="fa fa-heart"></i></span> by <a href="https://github.com/caiyeon">caiyeon</a></p>
<p>
Expand Down

0 comments on commit 35184cc

Please sign in to comment.