Skip to content

Commit

Permalink
Fixes for mobile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Murakumo-JP committed Apr 26, 2024
1 parent 37425ce commit e7c360c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,13 @@ body {

footer {
background: #484c4e;
min-width: 960px;
width: 100%;
margin: 0 auto;
padding: 0;
height: 1%;
position: relative;
z-index: 10;
bottom: 0;
}

.footer_inner {
Expand Down Expand Up @@ -342,6 +343,7 @@ footer {
filter: drop-shadow(0px 0px 6px black);
}
.app_page a img {
width: 100%;
border-radius: 10px;
}
.main_content h1 {
Expand Down Expand Up @@ -523,9 +525,6 @@ li.jobguide_menu_list:hover > ul.jobguide_sub_menu {
}

@media (max-width: 425px) {
html {
width: max-content;
}
.app_page {
display: flex;
justify-content: center;
Expand All @@ -546,4 +545,14 @@ li.jobguide_menu_list:hover > ul.jobguide_sub_menu {
}
.index_main .jobguide_header_inner{width: max-content;}
.index_main .jobguide_update{display: none;}
.link_list a span {
font-size: 0;
background: transparent;
padding: 12px;
}
.link_list {
margin: 0 auto;
left: 0;
right: 0;
}
}

0 comments on commit e7c360c

Please sign in to comment.