Browse Source

tel くらしのカレンダーのリンク修正

furutaNaoki 2 years ago
parent
commit
c76a77dbd7
2 changed files with 8 additions and 3 deletions
  1. 5
    0
      css/calender_mobile.css
  2. 3
    3
      third/calender/Calender.html

+ 5
- 0
css/calender_mobile.css View File

7
         position: absolute;
7
         position: absolute;
8
         color: #222;
8
         color: #222;
9
     }
9
     }
10
+
11
+    .tab_content {
12
+        position: relative;
13
+        height: 620px;
14
+    }
10
 }
15
 }

+ 3
- 3
third/calender/Calender.html View File

453
                 </div>
453
                 </div>
454
               </div>
454
               </div>
455
             </div>
455
             </div>
456
-            <div>
457
-              <a href="../../css/pdf/living/calender_of_living_2021.pdf" target="_blank">令和3年度くらしのカレンダー(4月~3月)</a><br />
456
+            <div style="position: relative">
457
+              <a href="../../css/pdf/living/calender_of_living_2021.pdf" target="_blank">令和3年度くらしのカレンダー(4月~3月)</a><br/>
458
               <a href="../../css/pdf/living/calender_of_living_2022.pdf" target="_blank">令和4年度くらしのカレンダー(4月~3月)</a>
458
               <a href="../../css/pdf/living/calender_of_living_2022.pdf" target="_blank">令和4年度くらしのカレンダー(4月~3月)</a>
459
             </div>
459
             </div>
460
           </span>
460
           </span>
493
   <script src="../../js/calender.js"></script>
493
   <script src="../../js/calender.js"></script>
494
 </body>
494
 </body>
495
 
495
 
496
-</html>
496
+</html>

Loading…
Cancel
Save