Commit 1f77870a authored by Kushal Pandya's avatar Kushal Pandya

Fix template cards alignment

parent a7041e34
......@@ -38,7 +38,7 @@ export default {
<div
v-for="panel in panels"
:key="panel.name"
class="new-namespace-panel-wrapper gl-display-inline-block gl-px-3 gl-mb-5"
class="new-namespace-panel-wrapper gl-display-inline-block gl-float-left gl-px-3 gl-mb-5"
>
<a
:href="`#${panel.name}`"
......
......@@ -8,10 +8,11 @@ $new-namespace-panel-height: 240px;
}
.new-namespace-panel-wrapper {
@include media-breakpoint-down(md) {
width: 50%;
@include media-breakpoint-down(lg) {
width: 100%;
}
width: 50%;
}
.new-namespace-panel {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment