Style footer to account for new item (version no)
This commit is contained in:
@@ -139,6 +139,8 @@ footer {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
column-gap: 16px;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, footer, .firebaseui-container, .mdl-button, .mdl-textfield__input {
|
html, body, footer, .firebaseui-container, .mdl-button, .mdl-textfield__input {
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form .checkbox-list {
|
.checkbox-list {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-column-gap: 40px;
|
grid-column-gap: 40px;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
|
||||||
|
|||||||
Reference in New Issue
Block a user