CHANGE section design to be more dynamic
This commit is contained in:
parent
6032aebe80
commit
7239b2c45e
14 changed files with 90 additions and 83 deletions
|
@ -1 +1 @@
|
|||
Subproject commit fcec2d1b01ff069ac10500ac42e4478d20d21f4c
|
||||
Subproject commit d79d85c3fad85ad1885e87ed558f4afd6fce8289
|
|
@ -1,7 +1,7 @@
|
|||
.header {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
padding: 0.5rem;
|
||||
padding-right: 0rem;
|
||||
display: flex;
|
||||
font-size: large;
|
||||
|
@ -27,12 +27,12 @@
|
|||
}
|
||||
|
||||
.logo {
|
||||
height: 4rem;
|
||||
height: 3rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
|
||||
.small-logo {
|
||||
height: 3.5rem;
|
||||
height: 2.5rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
|
||||
|
@ -95,7 +95,7 @@
|
|||
.menu-icon {
|
||||
display: block;
|
||||
position: fixed;
|
||||
top: 30px;
|
||||
top: 15px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
|
@ -104,7 +104,7 @@
|
|||
}
|
||||
|
||||
.small-icon {
|
||||
top: 20px;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
.header-items {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue