diff --git a/src/main/resources/static/css/create-account.css b/src/main/resources/static/css/create-account.css index 172e609..e5be917 100644 --- a/src/main/resources/static/css/create-account.css +++ b/src/main/resources/static/css/create-account.css @@ -57,8 +57,12 @@ body, html { font-weight: bold; letter-spacing: 4px; font-family: 'Delius Swash Caps', cursive; + white-space: nowrap; } +.header-wrap a { + text-decoration: none; +} /* Main Content */ .align-decor { diff --git a/src/main/resources/static/css/create-recipe.css b/src/main/resources/static/css/create-recipe.css index a778a39..f514822 100644 --- a/src/main/resources/static/css/create-recipe.css +++ b/src/main/resources/static/css/create-recipe.css @@ -56,8 +56,12 @@ body, html { font-weight: bold; letter-spacing: 4px; font-family: 'Delius Swash Caps', cursive; + white-space: nowrap; } +.header-wrap a { + text-decoration: none; +} /* Main Content */ .main-content { diff --git a/src/main/resources/static/css/explore.css b/src/main/resources/static/css/explore.css index 0e595a3..a60b9eb 100644 --- a/src/main/resources/static/css/explore.css +++ b/src/main/resources/static/css/explore.css @@ -82,6 +82,11 @@ body, html { font-weight: bold; letter-spacing: 4px; color: var(--dark-yellow); + white-space: nowrap; +} + +.header-wrap a { + text-decoration: none; } /* ========================= diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index a0a2e9b..9eff1d0 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -74,6 +74,11 @@ body, html { font-weight: bold; letter-spacing: 4px; color: var(--dark-yellow); + white-space: nowrap; +} + +.header-wrap a { + text-decoration: none; } /* ========================= diff --git a/src/main/resources/static/css/login.css b/src/main/resources/static/css/login.css index 5d36bbb..a8c3c64 100644 --- a/src/main/resources/static/css/login.css +++ b/src/main/resources/static/css/login.css @@ -66,10 +66,16 @@ html { } .site-name { - font-family: 'Delius Swash Caps', cursive; + font-family: 'Delius Swash Caps', serif; font-size: 2.5em; font-weight: bold; letter-spacing: 4px; + color: var(--dark-yellow); + white-space: nowrap; +} + +.header-wrap a { + text-decoration: none; } /* ========================= diff --git a/src/main/resources/static/css/my-profile.css b/src/main/resources/static/css/my-profile.css index 32d1abf..47acef0 100644 --- a/src/main/resources/static/css/my-profile.css +++ b/src/main/resources/static/css/my-profile.css @@ -78,6 +78,11 @@ body, html { font-weight: bold; letter-spacing: 4px; color: var(--dark-yellow); + white-space: nowrap; +} + +.header-wrap a { + text-decoration: none; } /* ========================= diff --git a/src/main/resources/static/css/public-profile.css b/src/main/resources/static/css/public-profile.css index 4f9e549..f39780e 100644 --- a/src/main/resources/static/css/public-profile.css +++ b/src/main/resources/static/css/public-profile.css @@ -78,6 +78,11 @@ body, html { font-weight: bold; letter-spacing: 4px; color: var(--dark-yellow); + white-space: nowrap; +} + +.header-wrap a { + text-decoration: none; } /* ========================= diff --git a/src/main/resources/static/css/view-recipe.css b/src/main/resources/static/css/view-recipe.css index 0080c44..d07d433 100644 --- a/src/main/resources/static/css/view-recipe.css +++ b/src/main/resources/static/css/view-recipe.css @@ -76,6 +76,11 @@ body, html { font-weight: bold; letter-spacing: 4px; color: var(--dark-yellow); + white-space: nowrap; +} + +.header-wrap a { + text-decoration: none; } /* ========================= diff --git a/src/main/resources/templates/create-account.html b/src/main/resources/templates/create-account.html index 7def624..6d5b4b5 100644 --- a/src/main/resources/templates/create-account.html +++ b/src/main/resources/templates/create-account.html @@ -12,11 +12,17 @@
+