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