diff --git a/css/custom.css b/css/custom.css new file mode 100644 index 0000000..6b19e4d --- /dev/null +++ b/css/custom.css @@ -0,0 +1,17 @@ +p { + margin-bottom: 24px !important; +} + +ul { + margin-bottom: 24px !important; +} + +.md-header-nav__button.md-logo { + margin: 0px !important; + padding: 4px !important; +} + +.md-header-nav__button.md-logo img { + width: 40px !important; + height: 40px !important; +}