Remove hero subtitle
Browse files- app.py +0 -4
- assets/styles.css +0 -13
app.py
CHANGED
|
@@ -2088,10 +2088,6 @@ app.layout = html.Div(
|
|
| 2088 |
"Benchmarking Neural Decoders for Brain-Computer Interfaces "
|
| 2089 |
"and Neural Population Analysis"
|
| 2090 |
),
|
| 2091 |
-
html.P(
|
| 2092 |
-
"Interactive results for 23 methods across motor, visual, speech and spatial decoding tasks.",
|
| 2093 |
-
className="lede",
|
| 2094 |
-
),
|
| 2095 |
],
|
| 2096 |
className="hero-copy",
|
| 2097 |
),
|
|
|
|
| 2088 |
"Benchmarking Neural Decoders for Brain-Computer Interfaces "
|
| 2089 |
"and Neural Population Analysis"
|
| 2090 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2091 |
],
|
| 2092 |
className="hero-copy",
|
| 2093 |
),
|
assets/styles.css
CHANGED
|
@@ -122,14 +122,6 @@ h1 {
|
|
| 122 |
letter-spacing: -0.032em;
|
| 123 |
}
|
| 124 |
|
| 125 |
-
.lede {
|
| 126 |
-
max-width: 820px;
|
| 127 |
-
margin-bottom: 0;
|
| 128 |
-
color: #526777;
|
| 129 |
-
font-size: 17px;
|
| 130 |
-
line-height: 1.6;
|
| 131 |
-
}
|
| 132 |
-
|
| 133 |
.hero-links {
|
| 134 |
display: flex;
|
| 135 |
gap: 22px;
|
|
@@ -783,10 +775,6 @@ h2 {
|
|
| 783 |
font-size: 32px;
|
| 784 |
}
|
| 785 |
|
| 786 |
-
.lede {
|
| 787 |
-
font-size: 14px;
|
| 788 |
-
}
|
| 789 |
-
|
| 790 |
.metric-strip {
|
| 791 |
grid-template-columns: 1fr;
|
| 792 |
}
|
|
@@ -854,7 +842,6 @@ h2 {
|
|
| 854 |
}
|
| 855 |
|
| 856 |
.eyebrow,
|
| 857 |
-
.lede,
|
| 858 |
.hero-links a {
|
| 859 |
color: #333333;
|
| 860 |
}
|
|
|
|
| 122 |
letter-spacing: -0.032em;
|
| 123 |
}
|
| 124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
.hero-links {
|
| 126 |
display: flex;
|
| 127 |
gap: 22px;
|
|
|
|
| 775 |
font-size: 32px;
|
| 776 |
}
|
| 777 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 778 |
.metric-strip {
|
| 779 |
grid-template-columns: 1fr;
|
| 780 |
}
|
|
|
|
| 842 |
}
|
| 843 |
|
| 844 |
.eyebrow,
|
|
|
|
| 845 |
.hero-links a {
|
| 846 |
color: #333333;
|
| 847 |
}
|