diff --git a/Wello/www/css/desktop.css b/Wello/www/css/desktop.css index 3ac26d7..5fceb4c 100644 --- a/Wello/www/css/desktop.css +++ b/Wello/www/css/desktop.css @@ -12,6 +12,10 @@ align-items: center; } + main.list h1{ + display: block; + } + main.list a{ width: 75%; max-width: 41rem; diff --git a/Wello/www/css/main.css b/Wello/www/css/main.css index fe9e812..491e6a4 100644 --- a/Wello/www/css/main.css +++ b/Wello/www/css/main.css @@ -129,10 +129,12 @@ div.intro{ } nav h1{ flex-grow: 1; - margin: 0; + margin: 0 0; font-size: 1.5rem; } - +h1.title{ + display: none; +} nav.top-nav { position: fixed; top: 0; @@ -435,6 +437,10 @@ main.search{ margin-top: 4.2rem; } +main.list{ + margin-top: 66px; + margin-bottom: 66px; +} /* ========================================================================== Helper classes diff --git a/Wello/www/form.php b/Wello/www/form.php index 2e3a203..67ce3f1 100644 --- a/Wello/www/form.php +++ b/Wello/www/form.php @@ -18,21 +18,7 @@ - - - - - - - - - - - -