File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 94
94
background-color : # e9eef5 ;
95
95
border-radius : 8px ;
96
96
font-size : 1em ;
97
+ font-family : 'Poppins' , sans-serif;
97
98
transition : border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
98
99
font-weight : 700 ;
99
100
}
@@ -115,8 +116,12 @@ textarea:focus {
115
116
box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.2 );
116
117
}
117
118
118
- textarea {
119
+ . form-section textarea {
119
120
resize : vertical;
121
+ height : 150px ;
122
+ min-height : 100px ;
123
+ max-height : 300px ;
124
+ overflow-y : auto;
120
125
}
121
126
122
127
.form-section button {
Original file line number Diff line number Diff line change @@ -899,10 +899,15 @@ footer {
899
899
border-radius : 4px ;
900
900
box-sizing : border-box;
901
901
font-size : 16px ;
902
+ font-family : 'Poppins' , sans-serif;
902
903
}
903
904
904
905
.send-message textarea {
905
- height : 50px ;
906
+ resize : vertical;
907
+ height : 50px ;
908
+ min-height : 50px ;
909
+ max-height : 100px ;
910
+ overflow-y : auto;
906
911
color : black;
907
912
}
908
913
@@ -919,6 +924,11 @@ footer {
919
924
font-weight : bold;
920
925
}
921
926
927
+ .send-message button : hover {
928
+ background : -webkit-linear-gradient (to right, # 5568e0, # 89b9e8 );
929
+ background : linear-gradient (to right, # 5568e0, # 89b9e8 );
930
+ }
931
+
922
932
.social {
923
933
font-size : 2.3rem ;
924
934
text-decoration : none;
You can’t perform that action at this time.
0 commit comments