Footer styles re-applied to job template footer (#16037)

This commit is contained in:
Phil Renaud
2023-02-02 16:31:08 -05:00
committed by GitHub
parent d71fc9565c
commit ece6f339cf

View File

@@ -124,6 +124,13 @@
grid-template-columns: 6fr 1fr;
gap: 0 1rem;
}
footer {
display: grid;
grid-auto-columns: max-content;
grid-auto-flow: column;
gap: 1rem;
}
}
.mock-sso-provider {