Commit 0b48b39a by Orine Matsui

メタまわり抜けちょうせい

parent dc56ec22
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<link rel="stylesheet" href="/common_previous/css/other.css"> <link rel="stylesheet" href="/common_previous/css/other.css">
<?php } ?> <?php } ?>
<?php if($pageid == "contact") { ?> <?php if($pageid == "contact" || $pageid == "catalogue") { ?>
<link rel="stylesheet" href="/common_previous/css/trainer.css"> <link rel="stylesheet" href="/common_previous/css/trainer.css">
<link rel="stylesheet" href="/common_previous/css/other.css"> <link rel="stylesheet" href="/common_previous/css/other.css">
<link rel="stylesheet" href="/common_previous/css/contact.css"> <link rel="stylesheet" href="/common_previous/css/contact.css">
......
<?php $pageid="contact";?> <?php $pageid="catalogue";?>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/assets/include/header.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'] . '/assets/include/header.php'); ?>
......
...@@ -12,12 +12,15 @@ contact.css ...@@ -12,12 +12,15 @@ contact.css
.page-other .p-contact-content p, .page-other .p-contact-content p,
.page-other .p-contact-content li { .page-other .p-contact-content li {
font-family: heisei-kaku-gothic-std, sans-serif; } font-family: heisei-kaku-gothic-std, sans-serif; }
.page-contact a { .page-contact a,
.page-catalogue a {
text-decoration: none; } text-decoration: none; }
.page-contact .container { .page-contact .container,
.page-catalogue .container {
margin-bottom: 100px; } margin-bottom: 100px; }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
.page-contact .container { .page-contact .container,
.page-catalogue .container {
margin-bottom: 50px; } } margin-bottom: 50px; } }
.c-btn1 { .c-btn1 {
width: 600px; width: 600px;
......
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