This commit is contained in:
Artur Akmalov
2023-05-23 20:30:22 +05:00
parent 8bf1a96146
commit c3d9c8c9c7
2 changed files with 12 additions and 6 deletions
@@ -4,16 +4,21 @@
padding: 12pt 0;
}
.logo {
width: 6em;
}
.landing-section:first-child {
border-top: 1px solid #eee;
}
.landing-section:nth-child(even) {
background-color: #1b1b1d;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.landing-section:last-child {
}
.logo {
width: 6em;
border-bottom: 1px solid #eee;
}
+2 -1
View File
@@ -1,6 +1,6 @@
.client-icon {
display: block;
max-width: 14rem;
max-width: 12rem;
color: white;
}
@@ -8,6 +8,7 @@
display: block;
margin: 0 auto;
color: white;
max-width: 12rem;
}
.buttons {