diff --git a/assets/css/base.css b/assets/css/base.css index e4073b0..160c2f9 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -120,7 +120,7 @@ h5 { .navbar-nav .nav-item { display: inline-block; - padding: 0.5rem 1rem; + padding: 0 1rem; } .btn.btn-primary { @@ -136,4 +136,12 @@ h5 { .special-header { font-size: 2rem; } + + .navbar-btn { + margin: 0 auto !important; + } + + .that-br { + display: none; + } } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 547c484..09ebe02 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,7 +37,7 @@ >Private.coffee

Empowering Privacy with Open Source