CSS fixes for profile

This commit is contained in:
Kenneth Jao 2016-09-06 19:28:36 -04:00
parent 7735b6cfdb
commit 160d50af1f
2 changed files with 8 additions and 4 deletions

View File

@ -130,6 +130,9 @@ h4 {
input, textarea {
font-family: 'Raleway';
background-color: #FEFEFE;
border: 3px solid #FEFEFE;
border-radius: 3px;
resize: none;
}

View File

@ -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);