Skip to content

Commit 19b5a9c

Browse files
Update index.html
1 parent 85763bc commit 19b5a9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
border-radius: 30px;
114114
cursor: pointer;
115115
z-index: 1000;
116-
font-family: sans-serif;
116+
font-family: 'Times New Roman', Times, serif;
117117
box-shadow: 0 4px 12px rgba(0, 102, 255, 0.4);
118118
transition: background 0.3s;
119119
}
@@ -143,10 +143,10 @@
143143
display: flex;
144144
justify-content: space-between;
145145
align-items: center;
146-
font-family: sans-serif;
146+
font-family: 'Times New Roman', Times, serif;
147147
}
148148
#chatbox iframe {
149-
min-height: 500px;
149+
min-height: 400px;
150150
width: 100%;
151151
border: none;
152152
}

0 commit comments

Comments
 (0)