Fix CSS mistake
parent
2e73794b02
commit
6745264849
|
@ -656,7 +656,10 @@
|
||||||
padding-bottom: 235px;
|
padding-bottom: 235px;
|
||||||
background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
|
background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
p {font-color: $color2;}
|
|
||||||
|
p {
|
||||||
|
color: $color2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown__content.dropdown__left {
|
.dropdown__content.dropdown__left {
|
||||||
|
|
Loading…
Reference in New Issue