generated from Seekra/repository-template
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0adb1d3ea8
|
||
|
|
d1e95582a8
|
||
|
|
e5f27041d2
|
||
|
|
baa924a2b2
|
@@ -54,6 +54,7 @@ const copyrightPeriod =
|
|||||||
.footer-segment {
|
.footer-segment {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
gap: 32px;
|
gap: 32px;
|
||||||
padding: var(--padding-y);
|
padding: var(--padding-y);
|
||||||
background-color: var(--light-bg);
|
background-color: var(--light-bg);
|
||||||
|
|||||||
@@ -61,6 +61,10 @@ const toggleSidebar = function toggleSidebar () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
|
.sidebar {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar:not(.expanded) .sidebar-expand-button {
|
.sidebar:not(.expanded) .sidebar-expand-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user