Skip to content
Snippets Groups Projects
Verified Commit dcdb96e2 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

wip

parent 74e131e4
No related branches found
No related tags found
2 merge requests!36merge f-boot-tour to dev,!31remove xs
Pipeline #6836 passed with warnings
......@@ -35,6 +35,13 @@ body {
min-height: 60vh;
}
@media screen and (min-height: 1150px) {
.background {
min-height: 80vh;
}
}
footer {
background-color: lightgrey;
width:100%;
......
......@@ -73,7 +73,7 @@
<xsl:if test="count(/Response/*)&lt;2 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:attribute name="class">caosdb-welcome</xsl:attribute>
</xsl:if>
<div class="background">
<div class="background d-flex flex-column">
<xsl:call-template name="caosdb-tour-toc" />
<xsl:call-template name="caosdb-top-navbar" />
<xsl:call-template name="caosdb-data-container" />
......
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