Skip to content

Commit

Permalink
add:smclogp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kappaslab committed Apr 23, 2024
1 parent af01660 commit 389ec9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,11 @@ main{
position: absolute;
top: calc((100% - 90px) * 0.5);
left: 50%;
transform : translate(-50%,-50%);
max-width: 100%;
max-height: 180px;
transform : translate(calc(-50% - 5px),-50%);
max-width: calc(100% - 10px);
max-height: calc(180px - 10px);
height: auto;
margin: 5px;
vertical-align: middle;
object-fit: fill;
}
Expand Down Expand Up @@ -568,4 +569,4 @@ main{
font-size: 15px;
font-family: var(--font);
color: #000000;
}
}
Binary file added images/SMC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h3>今シーズン(2023~2024)スポンサー様</h3>
<div class="containerbox">
<a href="https://www.smcworld.com/" target="_blank">
<div class="containerimg">
<img src="" alt="">
<img src="./images/SMC.jpg" alt="SMC">
</div>
<div class="containertitle">
<span>SMC株式会社 様</span>
Expand Down Expand Up @@ -361,4 +361,4 @@ <h3>関連団体</h3>
<!--wrapper-->

</body>
</html>
</html>

0 comments on commit 389ec9e

Please sign in to comment.