mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2025-02-21 14:19:00 +00:00
more minor position adjustments for sidebar header mobile and desktop
This commit is contained in:
parent
c22fdc1825
commit
a3614693b9
@ -63,7 +63,7 @@ body {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 3rem; /* Increased from 1rem to 2.5rem for more spacing */
|
||||
margin-top: 2rem; /* Increased from 1rem to 2.5rem for more spacing */
|
||||
}
|
||||
|
||||
.sidebar-header h4 {
|
||||
@ -71,7 +71,6 @@ body {
|
||||
color: var(--text-color);
|
||||
font-size: 1.1rem;
|
||||
font-weight: 500;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.search-box {
|
||||
@ -276,6 +275,10 @@ body {
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.sidebar-header {
|
||||
margin-top: 5em;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
margin-left: 0;
|
||||
padding-top: 100px; /* Increase padding-top for mobile to account for wrapped nav elements */
|
||||
|
Loading…
Reference in New Issue
Block a user