diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index bc2fc2e..a70ed24 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -130,6 +130,9 @@ h4 { input, textarea { font-family: 'Raleway'; + background-color: #FEFEFE; + border: 3px solid #FEFEFE; + border-radius: 3px; resize: none; } diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index b055dfa..e8254b3 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -16,7 +16,7 @@ } .profTitle { - font-size: 150%; + font-size: 3vh; font-weight: 400; margin: 0; margin-bottom: 1%; @@ -404,7 +404,7 @@ } .creInput { - font-size: 120%; + font-size: 2vh; padding: 3%; } @@ -420,8 +420,9 @@ #creSubmit { font-weight: 200; - font-size: 140%; - margin: 0 35% 0 35%; + font-size: 3vh; + width: 13vw; + margin: auto; padding: 2%; background-color: rgba(0,0,0,0.25);