mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Tweak header CSS
This commit is contained in:
parent
70fbce410c
commit
5e28fe4d93
1 changed files with 1 additions and 2 deletions
|
@ -299,9 +299,8 @@ body > header{
|
||||||
background: #394451;
|
background: #394451;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
border-bottom: 1px solid var(--border);
|
border-bottom: 5px solid rgba(0, 0, 0 , .25);
|
||||||
padding: 1.5rem 0;
|
padding: 1.5rem 0;
|
||||||
box-shadow: 0 0 8px rgba(0, 0, 0, 1);
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: calc(100% + 2rem + 2rem);
|
width: calc(100% + 2rem + 2rem);
|
||||||
z-index: 100; /* to step on the splash box shadow */
|
z-index: 100; /* to step on the splash box shadow */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue