Skip to content
Snippets Groups Projects
Commit 771a7b32 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Connor Shea
Browse files

Add text at bottom of table; remove footer positioning since it wasn't doing anything

parent 326b6419
No related branches found
No related tags found
2 merge requests!4713Use comparisons.yml for the comparisons table.,!4461New releasepost look + Release post 9.0
Loading
Loading
@@ -75,3 +75,8 @@
%p
Last updated:
= comparison_block.last_updated
%p Since GitLab fans wrote most of the text here there is a pro-GitLab bias. Nonetheless we try hard to ensure the
comparisons are fair and factual. Please also add things that are great in other products but missing in GitLab.
If you find something that is invalid, biased, missing, or out of date in the comparisons, please open a merge request
for this website to correct it. As with all the pages on this website you can find where this page lives in the
repository via the link in the footer.
Loading
Loading
@@ -128,34 +128,7 @@ p {
border-bottom: 1px solid $navbar-default-border;
}
}
// scss-lint:enable SelectorDepth
// ensures that on pages with short content, footer stays fixed to the bottom of the viewport
@media (min-width: 768px) {
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
body {
padding-top: 51px;
.page-wrap {
min-height: 100%;
position: relative;
}
.footer-container {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 411px;
}
}
}
}
 
.comparison-page-content {
Loading
Loading
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