Skip to content

Commit

Permalink
幅調整
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecogley committed Mar 27, 2024
1 parent ac961ea commit fcc0821
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 21 deletions.
20 changes: 14 additions & 6 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,21 +126,27 @@ transition: all 0.3s ease;
}

@media(min-width:1060px) {

.nakahara-nami {
font-size: 2.4rem;
}
.label .n {
width: 10px;}
.header-content-wrapper {
padding: 10px 50px 0 50px;
}

.contents-rectangle {
width: 240px;
height: 80px;
top: -90px;
width: 310px;
height: 127px;
top: -127px;
position: relative;
margin: 0 auto;
}

.contents-text {
font-size: 2.0rem;
top: 38px;
font-size: 2.4rem;
top: 70px;
width: 100%;
height: auto;
writing-mode: horizontal-tb;
Expand Down Expand Up @@ -202,6 +208,8 @@ transition: all 0.3s ease;
opacity: .5;
}



#nav-content {
display: block;
position: fixed;
Expand Down Expand Up @@ -256,7 +264,7 @@ transition: all 0.3s ease;
width: 60px;
height: 32px;
position: relative;
top: -140px;
top: -210px;
padding-right: 26px;
}

Expand Down
2 changes: 1 addition & 1 deletion css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
.section-contact__name p {
font-size: 2.0rem;
line-height: 1.8em;
margin: 0 auto;
margin: 120px auto 0 auto;
padding:0 0 80px 0;
}
}
Expand Down
2 changes: 1 addition & 1 deletion css/kotobagaki.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
display: flex;
padding: 0 224px;
align-items: center;
margin: 200px 0;
margin: 240px 0;
justify-content: space-between;
}

Expand Down
1 change: 1 addition & 0 deletions css/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ padding: 0 105px;
align-items: stretch;
margin-bottom: 0px;
justify-content: space-between;
margin-top:180px ;
}

.section-profile__name-container{
Expand Down
12 changes: 3 additions & 9 deletions css/works.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@ margin-top: 20px;
margin-top: 40px;
border-bottom: 2px dotted #030303;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

}
.section-works__index:hover{
background-color: #f7f7f7;
opacity: 1;
}

.section-works__wrapper h2{
font-size: 2.0rem;
line-height: 2em;
Expand Down Expand Up @@ -74,7 +68,7 @@ line-height: 2em;

.section-works__wrapper{
padding: 0 24px;
margin:120px auto 160px auto;
margin:240px auto 160px auto;
text-align: left;
display: block;
width: 72.2%;
Expand Down
3 changes: 1 addition & 2 deletions css/works1.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
justify-content: center;
padding: 0 150px;
align-items: center;


margin: 240px auto 120px auto;
}

.section-works1__title {
Expand Down
1 change: 1 addition & 0 deletions css/works2.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
padding: 0 150px;
align-items: center;

margin: 240px auto 120px auto;

}

Expand Down
2 changes: 2 additions & 0 deletions css/works3.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
justify-content: center;
padding: 0 150px;
align-items: center;

margin: 240px auto 120px auto;
}

.section-works1__title {
Expand Down
3 changes: 1 addition & 2 deletions css/works4.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
justify-content: center;
padding: 0 150px;
align-items: center;


margin: 240px auto 120px auto;
}

.section-works1__title {
Expand Down
1 change: 1 addition & 0 deletions css/works5.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
padding: 0 150px;
align-items: center;

margin: 240px auto 120px auto;

}

Expand Down
2 changes: 2 additions & 0 deletions css/works6.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
justify-content: center;
padding: 0 150px;
align-items: center;

margin: 240px auto 120px auto;
}

.section-works1__title {
Expand Down
2 changes: 2 additions & 0 deletions css/works7.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
justify-content: center;
padding: 0 150px;
align-items: center;

margin: 240px auto 120px auto;
}

.section-works1__title {
Expand Down
1 change: 1 addition & 0 deletions css/works8.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
justify-content: center;
padding: 0 150px;
align-items: center;
margin: 240px auto 120px auto;
}

.section-works1__title {
Expand Down

0 comments on commit fcc0821

Please sign in to comment.