Fix css
This commit is contained in:
parent
64dcc976c1
commit
8032533cff
@ -20,8 +20,7 @@ body {
|
||||
"foot foot foot foot";
|
||||
grid-template-rows: min-content 1fr min-content;
|
||||
align-items: center;
|
||||
background: linear-gradient(to bottom, var(--pico-secondary-background), var(--pico-primary-background)), linear-gradient(to right, var(--pico-secondary-background), var(--pico-primary-background)) no-repeat fixed;
|
||||
background-blend-mode: multiply;
|
||||
background: linear-gradient(127deg, var(--pico-secondary-background), var(--pico-primary-background)) no-repeat fixed;
|
||||
background-size: cover;
|
||||
flex-direction: column;
|
||||
font-family: \'Poppins\', sans-serif;
|
||||
@ -84,7 +83,7 @@ header ul li {
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
gap: 2.5rem;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
@ -103,7 +102,6 @@ header {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 35px;
|
||||
height: 55px;
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
@ -112,6 +110,7 @@ li a {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
transition: all .3s ease;
|
||||
color: var(--pico-color);
|
||||
}
|
||||
|
||||
li a:hover::after {
|
||||
|
Loading…
Reference in New Issue
Block a user