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;
|
padding: 12pt 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
width: 6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.landing-section:first-child {
|
.landing-section:first-child {
|
||||||
|
border-top: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.landing-section:nth-child(even) {
|
.landing-section:nth-child(even) {
|
||||||
background-color: #1b1b1d;
|
background-color: #1b1b1d;
|
||||||
|
border-top: 1px solid #eee;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.landing-section:last-child {
|
.landing-section:last-child {
|
||||||
}
|
border-bottom: 1px solid #eee;
|
||||||
|
}
|
||||||
.logo {
|
|
||||||
width: 6em;
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
.client-icon {
|
.client-icon {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 14rem;
|
max-width: 12rem;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
color: white;
|
color: white;
|
||||||
|
max-width: 12rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|||||||
Reference in New Issue
Block a user