diff --git a/README.md b/README.md
index d560ece9f..b0ebf49cf 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Superset
[](https://codecov.io/github/apache/incubator-superset)
[](https://pypi.python.org/pypi/apache-superset)
[](https://join.slack.com/t/apache-superset/shared_invite/zt-g8lpruog-HeqpgYrwdfrD5OYhlU7hPQ)
-[](https://superset.incubator.apache.org)
+[](https://superset.apache.org)
[](https://david-dm.org/apache/incubator-superset?path=superset-frontend)
span {
+ display: none;
+ position: absolute;
+ bottom: 0px;
+ left: 50%;
+ width: 100%;
+ transform: translate(-50%, 100%);
+ }
+ h2 {
+ font-size: 14px;
+ margin: 0;
+ }
+ }
&:hover {
cursor: pointer;
color: ${colors.primary.base};
@@ -219,6 +239,11 @@ const linkCarousel = css`
&.active {
background: red;
background: #20a7c933;
+ ${[mq[0]]} {
+ > span {
+ display: block;
+ }
+ }
}
}
}
@@ -267,8 +292,8 @@ const Theme = () => {