main #11

Merged
YasinOnm08 merged 28 commits from React-Group/ai-virtual-assistant:main into main 2024-09-17 13:24:39 +02:00
Showing only changes of commit 1703650c2c - Show all commits

View file

@ -394,6 +394,12 @@ header a:hover {
transition: background-color 0.3s;
}
@media (max-width: 1400px) {
.grid{
grid-template-columns: 1fr;
}
}
/* Responsive Adjustments */
@media (max-width: 768px) {
.container {
@ -414,6 +420,7 @@ header a:hover {
.input {
grid-column: 1;
grid-row: 3;
margin-top: -4em;
}
.input button {