CSS fixes for profile
This commit is contained in:
parent
7735b6cfdb
commit
160d50af1f
@ -130,6 +130,9 @@ h4 {
|
||||
|
||||
input, textarea {
|
||||
font-family: 'Raleway';
|
||||
background-color: #FEFEFE;
|
||||
border: 3px solid #FEFEFE;
|
||||
border-radius: 3px;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user