ソースを参照

Navbar edit

master
30117125 4年前
コミット
924c379992
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      src/components/shared/contact.vue
  2. 1
    1
      src/components/shared/navBar.vue

+ 1
- 1
src/components/shared/contact.vue ファイルの表示

1
 <template>
1
 <template>
2
-  <main id="main" data-aos="fade-up">
2
+  <main id="main" style="margin-top:-20px; padding-bottom:50px" data-aos="fade-up">
3
     <section id="services">
3
     <section id="services">
4
       <div class="container" style="padding-bottom:80px">
4
       <div class="container" style="padding-bottom:80px">
5
         <div class="section-header">
5
         <div class="section-header">

+ 1
- 1
src/components/shared/navBar.vue ファイルの表示

3
     <!-- <button type="button" id="mobile-nav-toggle">
3
     <!-- <button type="button" id="mobile-nav-toggle">
4
       <i class="fa fa-bars"></i>
4
       <i class="fa fa-bars"></i>
5
     </button> -->
5
     </button> -->
6
-    <div id="header-sticky-wrapper" class="sticky-wrapper is-sticky" style="min-height: 145px;">
6
+    <div id="header-sticky-wrapper" class="sticky-wrapper is-sticky" style="min-height: 120px;">
7
       <header id="header" style="width: 100%; position: fixed; top:0px; z-index: 50;">
7
       <header id="header" style="width: 100%; position: fixed; top:0px; z-index: 50;">
8
         <div class="container">
8
         <div class="container">
9
           <div class="row">
9
           <div class="row">

読み込み中…
キャンセル
保存