Fix controls on Photos page
This commit is contained in:
@@ -219,7 +219,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Controls
|
/**
|
||||||
|
* Controls
|
||||||
|
*/
|
||||||
.controls {
|
.controls {
|
||||||
grid-column: 1 / span var(--columns);
|
grid-column: 1 / span var(--columns);
|
||||||
display: grid;
|
display: grid;
|
||||||
@@ -231,7 +233,7 @@
|
|||||||
--columns: 22;
|
--columns: 22;
|
||||||
grid-column: 2 / span var(--columns);
|
grid-column: 2 / span var(--columns);
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 80px auto;
|
margin: 80px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Updated Date
|
// Updated Date
|
||||||
|
|||||||
Reference in New Issue
Block a user