mirror of
https://github.com/ipdb/website.git
synced 2025-02-14 21:10:26 +01:00
content fixes
This commit is contained in:
parent
9bcdd0eef4
commit
a777e02d89
@ -98,7 +98,7 @@ $edge-height: $spacer * 4;
|
|||||||
|
|
||||||
.hero__content {
|
.hero__content {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__title {
|
.hero__title {
|
||||||
|
@ -12,3 +12,11 @@
|
|||||||
@import 'logo';
|
@import 'logo';
|
||||||
@import 'caretakers';
|
@import 'caretakers';
|
||||||
@import 'board';
|
@import 'board';
|
||||||
|
|
||||||
|
.content--page--markdown {
|
||||||
|
padding-top: $spacer * 2;
|
||||||
|
|
||||||
|
@media ($screen-sm) {
|
||||||
|
padding-top: $spacer * 4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user