diff --git a/lambda_search/static_dev/css/lambda_theme.css b/lambda_search/static_dev/css/lambda_theme.css index de01db6..8d4bdcc 100644 --- a/lambda_search/static_dev/css/lambda_theme.css +++ b/lambda_search/static_dev/css/lambda_theme.css @@ -181,11 +181,7 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { color: var(--lambda-text) } -@media (max-width: 99px) { - div.lambda-login { - width: 90%; - } - } + .lambda-login { width: 40%; @@ -194,4 +190,50 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { .lambda-feedback-form { width: 60%; } + +.lambda-logo { + padding-left: 50%; +} + + +@media (max-width: 576px) { + html { + font-size: 14px; + } + + h1, .h1 { + font-size: 1.75rem; + } + h2, .h2 { + font-size: 1.5rem; + } + + h3, .h3 { + font-size: 1.25rem; + } + .lambda-login { + width: 90% !important; + } + .lambda-feedback-form { + width: 90% !important; + } +} + +@media (max-width: 992px) { + .lambda-profile { + padding-top: 4%; + } +} + +@media (min-width: 767px) { + .profile-group { + position: static !important; + transform: none !important; + + } + .lambda-logo { + padding-left: 10px; + } + +} \ No newline at end of file diff --git a/lambda_search/templates/base.html b/lambda_search/templates/base.html index dedc103..9c4edaf 100644 --- a/lambda_search/templates/base.html +++ b/lambda_search/templates/base.html @@ -2,6 +2,7 @@
+