Skip to content

Commit

Permalink
fix: iroiro
Browse files Browse the repository at this point in the history
  • Loading branch information
rassi0429 committed Jul 16, 2023
1 parent 3ee2a1d commit ac27d9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ a {
}

.section.wide.img {
height: 0;
min-height: 120vh;
min-height: 900px;
height: 120vh;
-webkit-text-fill-color: inherit;
background-color: #000;
background-image: url('../images/top_outline_backgoround_screen.png');
Expand All @@ -251,8 +251,8 @@ a {
}

.section.wide.img2 {
height: 0;
min-height: 90vh;
min-height: 700px;
height: 90vh;
text-shadow: 0 0 #000;
background-image: url('../images/top_about_background_imagephoto.png');
background-position: 50%;
Expand Down Expand Up @@ -2375,7 +2375,7 @@ a {
}

.menu-button-2 {
margin-right: 25vh;
/*margin-right: 25vh;*/
}

.bold-text, .bold-text-3 {
Expand Down
12 changes: 6 additions & 6 deletions senkanososo/css/webflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -1593,12 +1593,12 @@ textarea.w-select {
}
.w-nav:before,
.w-nav:after {
content: " ";
display: table;
grid-column-start: 1;
grid-row-start: 1;
grid-column-end: 2;
grid-row-end: 2;
/*content: " ";*/
/*display: table;*/
/*grid-column-start: 1;*/
/*grid-row-start: 1;*/
/*grid-column-end: 2;*/
/*grid-row-end: 2;*/
}
.w-nav:after {
clear: both;
Expand Down
2 changes: 1 addition & 1 deletion senkanososo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<div class="menu-button-2 w-nav-button">
<div class="icon-2 w-icon-nav-menu"></div>
</div>
<a target="_blank" href="https://forms.gle/UT3LYysfG1QFdyrd9" class="button-2 sp w-button">βセッションに参加する</a>
<a target="_blank" href="https://forms.gle/UT3LYysfG1QFdyrd9" class="button-2 sp w-button" style="margin-right: 20px">βセッションに参加する</a>
</div>
<div class="hero">
<div data-collapse="medium" data-animation="default" data-duration="400" data-doc-height="1" data-easing="ease" data-easing2="ease" role="banner" class="nav w-nav"></div>
Expand Down

0 comments on commit ac27d9a

Please sign in to comment.