diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 73ea5136..49e8999b 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -27,6 +27,12 @@ body { font-family: "Lobster", arial, serif; } +@media (min-width: 992px) { + .projects-item { + margin-left: auto!important; + } +} + /* Header */ #header { @@ -189,6 +195,12 @@ footer .footer-right a { border-radius: 50%; opacity: 0.5; } +@-moz-document url-prefix() { + /** Firefox style fix **/ + footer .footer-right a { + padding-top: 2px + } +} footer .footer-right a:hover { opacity: 1; } diff --git a/ihatemoney/static/images/git.svg b/ihatemoney/static/images/git.svg new file mode 100644 index 00000000..240616d7 --- /dev/null +++ b/ihatemoney/static/images/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ihatemoney/static/images/github.svg b/ihatemoney/static/images/github.svg deleted file mode 100644 index 7870c06d..00000000 --- a/ihatemoney/static/images/github.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 5f61949c..90bd0324 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -32,34 +32,6 @@