Skip to content

Commit

Permalink
summary
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecogley committed Mar 27, 2024
1 parent fcc0821 commit 0efb7d7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
6 changes: 5 additions & 1 deletion css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ transition: all 0.3s ease;
font-size: 2.4rem;
}
.label .n {
width: 10px;}
width: 10px;
}
.header-content-wrapper {
padding: 10px 50px 0 50px;
}
Expand Down Expand Up @@ -357,6 +358,9 @@ transition: all 0.3s ease;
left: -50px;
}

.footer-content-wrapper .n {
width: 10%;
}
}
.start {
background: #FFF;
Expand Down
27 changes: 17 additions & 10 deletions css/top.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}

.section-top {
margin: 20px 0 80px 0;
margin: 40px 0 160px 0;
position: relative;
}

.section-top__image {
width: 100%;
height: 80px;
height: 100px;
}

.section-top__image-1,
Expand Down Expand Up @@ -125,6 +125,13 @@


@media(min-width:1060px) {
.section-top {
margin: 80px 0 160px 0;
}
.section-top__image {
height: 200px;
}

.section-top__name h1 {
font-size: 13rem;
font-weight: 400;
Expand All @@ -143,35 +150,35 @@

.text1 {
position: absolute;
bottom: 380px;
bottom: 460px;
right: 0;
max-width: 110px;
max-width: 80px;
height: auto;
}


.text2 {
position: absolute;
bottom: -14px;
bottom: 12px;
right: 0;
max-width: 110px;
max-width: 80px;
height: auto;

}

.text3 {
position: absolute;
bottom: 380px;
bottom: 460px;
left: 0;
max-width: 110px;
max-width: 80px;
height: auto;
}

.text4 {
position: absolute;
bottom: -14px;
bottom: 12px;
left: 0;
max-width: 110px;
max-width: 80px;
height: auto;
}

Expand Down

0 comments on commit 0efb7d7

Please sign in to comment.