Commit 9263c86b by Orine Matsui

IE11対応

parent d8c5058e
...@@ -11,6 +11,8 @@ _:-ms-lang(x)::backdrop, body {font-family: "ヒラギノ丸ゴ Pro W4", "ヒラ ...@@ -11,6 +11,8 @@ _:-ms-lang(x)::backdrop, body {font-family: "ヒラギノ丸ゴ Pro W4", "ヒラ
h1, h2, h3, .f-maru {font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 500;} h1, h2, h3, .f-maru {font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 500;}
/* common /* common
-------------------------------------------- */ -------------------------------------------- */
@media all and (-ms-high-contrast:none){*::-ms-backdrop, body {overflow-x: hidden;} /* IE11 */}
@media all and (-ms-high-contrast:none){body {overflow-x: hidden;} /* IE10 */}
html { font-size: 62.5%; } html { font-size: 62.5%; }
ul { padding-left: 0; list-style: none; } ul { padding-left: 0; list-style: none; }
ol, ul, dl { margin-top: 0; margin-bottom: 0; } ol, ul, dl { margin-top: 0; margin-bottom: 0; }
......
...@@ -20,11 +20,9 @@ ...@@ -20,11 +20,9 @@
<meta property="og:image:height" content="630" /> <meta property="og:image:height" content="630" />
<link rel="shortcut icon" href="/favicon.ico" /> <link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/recruit/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="180x180" href="/recruit/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="/recruit/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/recruit/favicon-16x16.png" sizes="16x16" />
<!-- CSS --> <!-- CSS -->
<link href="/recruit/assets/css/base.css" rel="stylesheet"> <link href="/recruit/assets/css/base.css" rel="stylesheet">
<link href="/recruit/assets/css/style.css?v=2020000803103" rel="stylesheet"> <link href="/recruit/assets/css/style.css?v=2020000803104" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<meta name="google-site-verification" content="haWy6FulHy-JUT23bMAwnAzKaSab0tzPIHSRPq8ITuo" /> <meta name="google-site-verification" content="haWy6FulHy-JUT23bMAwnAzKaSab0tzPIHSRPq8ITuo" />
<!-- Google Tag Manager --> <!-- Google Tag Manager -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment