aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorCiaran Gallagher <[email protected]>2020-03-25 23:26:26 +0000
committerCiaran Gallagher <[email protected]>2020-03-25 23:26:26 +0000
commit583f48a87caf33ec3a4ce919fb894326681de1cc (patch)
treed046fcfe691253a74d2e11edc2f188ff387b6eaa /css
parent4a24ba5b0df639946298c10a3eba2197796a4bc8 (diff)
downloadpasta-583f48a87caf33ec3a4ce919fb894326681de1cc.tar.gz
pasta-583f48a87caf33ec3a4ce919fb894326681de1cc.zip
icons and logos
Diffstat (limited to 'css')
-rw-r--r--css/main.css15
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) {