[mirotalksfu] - improve landing page

هذا الالتزام موجود في:
Miroslav Pejic
2023-09-27 09:11:46 +02:00
الأصل 0452c57977
التزام f99abd2ad4
2 ملفات معدلة مع 98 إضافات و57 حذوفات

عرض الملف

@@ -937,9 +937,6 @@ label {
.br-24 {
border-radius: 24px;
}
.w-150 {
width: 150px;
}
.sr .has-animations .is-revealing {
visibility: hidden;
}
@@ -1914,13 +1911,30 @@ main {
padding: 12px 28px;
}
.clients-size-logo {
width: 240px;
height: 50px;
}
.clients-logo {
display: flex;
justify-content: center;
padding: 1rem;
border-radius: 1rem;
background: radial-gradient(circle at bottom, #000000 0%, #000000 0%, #1d2026 100%);
}
.clients-logo:hover {
background: radial-gradient(circle at bottom, #000000 0%, #000000 0%, #0e0e0e 100%);
}
@media (min-width: 641px) {
.clients .clients-inner ul {
flex-direction: row;
}
}
@media (max-width: 641px) {
.w-150 {
.clients-size-logo {
width: 300px;
}
}