This commit is contained in:
Adrien MALINGREY 2023-04-09 01:13:02 +02:00
parent 3a162f4568
commit 98b7fab684

View File

@ -20,9 +20,6 @@
}
.main.container {
margin-top: 5em;
}
.ui.grid > .column:not(.row) {
padding: .5em !important;
}
</style>
</head>
@ -44,7 +41,7 @@
<xsl:template match="group">
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
<div class="ui doubling stackable four column grid">
<div class="ui doubling stackable four column compact grid">
<xsl:apply-templates select="host"/>
</div>
</xsl:template>