forked from Deuxfleurs/site
Change CSS
This commit is contained in:
parent
3eade56417
commit
a31f4904be
1 changed files with 7 additions and 2 deletions
|
@ -22,8 +22,9 @@ html { height: 100% }
|
|||
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100%;
|
||||
max-width: 1200px;
|
||||
flex-direction: row;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -45,8 +46,12 @@ body {
|
|||
/* Header + Menu */
|
||||
body > header {
|
||||
color: white;
|
||||
background-color: #519c60;
|
||||
background: rgb(125,205,141);
|
||||
background: linear-gradient(0deg, rgba(125,205,141,1) 0%, rgba(81,156,96,1) 50%, rgba(12,144,110,1) 100%);
|
||||
padding: 1.5rem;
|
||||
margin: 0.8rem;
|
||||
border-radius: 0.5rem;
|
||||
box-shadow: 0px 0px 30px rgba(31,38,103,0.2);
|
||||
}
|
||||
|
||||
body > header > a > svg {
|
||||
|
|
Loading…
Reference in a new issue