Skip to content

Commit

Permalink
Add specific style for the contribution shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and github-actions[bot] committed Feb 5, 2025
1 parent 4cd3b66 commit 7cd621c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions themes/rtd_qgis/static/css/qgis_docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,16 @@ from https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html */
column-count: 3;
}

/* Add specific style for the contribution shortcut */
.qgis-edit-guidelines {
font-size: 14px;
float: right;
clear: both;
padding-top: 4px;
}

@media screen and (max-width: 480px) {
.qgis-edit-guidelines {
display: none;
}
}

0 comments on commit 7cd621c

Please sign in to comment.