adding new icons and new style of header
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 10px 5px;
|
||||
margin: 5px 0px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@@ -42,7 +42,7 @@
|
||||
left: -20px;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
background: linear-gradient(to right, #bd8c01 40%, #fff 100%);
|
||||
background: linear-gradient(to right, #015cb8 40%, #fff 100%);
|
||||
transform: skew(-45deg);
|
||||
z-index: 0;
|
||||
}
|
||||
@@ -128,7 +128,7 @@
|
||||
@media (max-width: 800px) {
|
||||
.yellowPart {
|
||||
left: 0;
|
||||
background: #bd8c01;
|
||||
background: #015cb8;
|
||||
transform: skew(0deg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user