mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(adapted-styles): adjust header and container styling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.bewly-design.homePage {
|
||||
.header-channel {
|
||||
// margin-top: 10px;
|
||||
display: none;
|
||||
// display: none;
|
||||
}
|
||||
|
||||
// fix when the container does not fill the recommended container in large screen situations
|
||||
@@ -14,9 +14,9 @@
|
||||
background-color: transparent;
|
||||
backdrop-filter: var(--bew-filter-glass-1);
|
||||
background: var(--bew-elevated);
|
||||
border-radius: var(--bew-radius);
|
||||
margin: 10px 20px;
|
||||
width: calc(100% - 40px);
|
||||
// border-radius: var(--bew-radius);
|
||||
// margin: 10px 20px;
|
||||
// width: calc(100% - 40px);
|
||||
box-shadow: var(--bew-shadow-2), var(--bew-shadow-edge-glow-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user