Skip to content
Snippets Groups Projects
Commit edadc937 authored by Clworld's avatar Clworld Committed by Eugen Rochko
Browse files

Allow longer link text on landing page (reduce padding for Mobile) (#4363)

* Allow longer link text on landing page (reduce padding for Mobile)

* remove empty line
parent a6ea7e28
No related branches found
No related tags found
No related merge requests found
......@@ -721,6 +721,16 @@
text-align: center;
}
.nav {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.links a {
padding: 12px 8px;
}
.heading h1 {
padding: 30px 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment