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