We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85763bc commit 19b5a9cCopy full SHA for 19b5a9c
index.html
@@ -113,7 +113,7 @@
113
border-radius: 30px;
114
cursor: pointer;
115
z-index: 1000;
116
- font-family: sans-serif;
+ font-family: 'Times New Roman', Times, serif;
117
box-shadow: 0 4px 12px rgba(0, 102, 255, 0.4);
118
transition: background 0.3s;
119
}
@@ -143,10 +143,10 @@
143
display: flex;
144
justify-content: space-between;
145
align-items: center;
146
147
148
#chatbox iframe {
149
- min-height: 500px;
+ min-height: 400px;
150
width: 100%;
151
border: none;
152
0 commit comments