mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
fix css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user