homepage fixed and merge
This commit is contained in:
parent
cc7652fafe
commit
1b2f4b10ba
4 changed files with 15 additions and 8 deletions
|
|
@ -4,9 +4,12 @@
|
|||
align-items: center;
|
||||
padding: 4rem 3rem;
|
||||
background-color: #f9f5f2;
|
||||
padding-top: 40rem;
|
||||
|
||||
|
||||
.hero-text {
|
||||
max-width: 50%;
|
||||
margin-left: 3rem;
|
||||
// font-family: "Limelight", sans-serif;
|
||||
|
||||
.intro {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@
|
|||
padding: 1rem 2rem;
|
||||
color: white;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
width: 100%;
|
||||
|
||||
&__logo {
|
||||
font-size: 1.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue