diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-25 23:26:26 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-25 23:26:26 +0000 |
commit | 583f48a87caf33ec3a4ce919fb894326681de1cc (patch) | |
tree | d046fcfe691253a74d2e11edc2f188ff387b6eaa /css | |
parent | 4a24ba5b0df639946298c10a3eba2197796a4bc8 (diff) | |
download | pasta-583f48a87caf33ec3a4ce919fb894326681de1cc.tar.gz pasta-583f48a87caf33ec3a4ce919fb894326681de1cc.zip |
icons and logos
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/css/main.css b/css/main.css index ae9b7cd..9612fbf 100644 --- a/css/main.css +++ b/css/main.css @@ -23,12 +23,11 @@ small { color: rgb(190,190,190); } -nav .navbar-brand { - margin-right: 0; -} - -nav h2 { - margin-bottom: 0; +nav .titleImage { + width: auto; + height: auto; + max-width: 100%; + max-height: 3em; } nav small { @@ -329,10 +328,6 @@ table, td, tr, th { nav small { display: none; } - - .navbar .container { - justify-content: center; - } } @media only screen and (max-width: 1199px) { |