Skip to content

Commit b9de248

Browse files
committed
homepage: Fix position of downward arrow to not overlap with text
Previously, the arrow overlapepd with the "Dotty Example Project" link in the Getting Started section, making it difficult to click.
1 parent 3a66d73 commit b9de248

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/css/default.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ h1#dotty {
173173
div.centered-subtitle {
174174
text-align: center;
175175
font-family: 'Source Sans Pro', sans-serif;
176-
position: absolute;
177-
bottom: 0;
178-
left: 0;
179-
right: 0;
180176
}
181177

182178
div.centered-subtitle > a {

0 commit comments

Comments
 (0)