diff --git a/src/main/resources/static/css/explore.css b/src/main/resources/static/css/explore.css index efac994..aba7c13 100644 --- a/src/main/resources/static/css/explore.css +++ b/src/main/resources/static/css/explore.css @@ -138,6 +138,14 @@ body, html { transform: scale(1.05); } +.login-link { + margin-top: 16px; + font-size: 0.8em; + text-align: center; + padding: 0 15px; + list-style: none; +} + /* ========================= Floating Create Icon ========================= */ diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index 507d419..a48cb54 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -98,7 +98,7 @@ body, html { .sidebar-left ul { list-style: none; - padding: 0; + padding: 0 25px; } .sidebar-left li { @@ -130,6 +130,12 @@ body, html { transform: scale(1.05); } +.login-link { + margin-top: 16px; + font-size: 0.8em; + text-align: center; + list-style: none; +} /* ========================= Floating Create Icon diff --git a/src/main/resources/static/css/public-profile.css b/src/main/resources/static/css/public-profile.css index 86594b0..4f9e549 100644 --- a/src/main/resources/static/css/public-profile.css +++ b/src/main/resources/static/css/public-profile.css @@ -134,6 +134,13 @@ body, html { transform: scale(1.05); } +.login-link { + margin-top: 16px; + font-size: 0.8em; + text-align: center; + padding: 0 15px; + list-style: none; +} /* ========================= Floating Create Icon diff --git a/src/main/resources/static/css/view-recipe.css b/src/main/resources/static/css/view-recipe.css index 7aed4cc..cb6c97a 100644 --- a/src/main/resources/static/css/view-recipe.css +++ b/src/main/resources/static/css/view-recipe.css @@ -132,7 +132,13 @@ body, html { transform: scale(1.05); } - +.login-link { + margin-top: 16px; + font-size: 0.8em; + text-align: center; + padding: 0 15px; + list-style: none; +} /* ========================= Floating Create Icon diff --git a/src/main/resources/templates/explore.html b/src/main/resources/templates/explore.html index 283a5f0..f98f82d 100644 --- a/src/main/resources/templates/explore.html +++ b/src/main/resources/templates/explore.html @@ -22,20 +22,20 @@
Create New Recipe Icon (Red mixing bowl with a spoon and yellow addition symbol.) diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index da8a279..e3a8c64 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -19,11 +19,11 @@