Browse Source

自定义页面优化

moell 8 years ago
parent
commit
2a3e5ae79c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      resources/views/default/page.blade.php

+ 6 - 6
resources/views/default/page.blade.php

@@ -29,7 +29,7 @@
 <body>
 @inject('systemPresenter', 'App\Presenters\SystemPresenter')
 <header id='moell-header'>
-    <nav class='navbar navbar-default'>
+    <nav class='navbar navbar-default navbar-static-top'>
         <div class='container'>
             <div class="navbar-header">
                 <!-- Mobile Toggle Menu Button -->
@@ -47,14 +47,14 @@
 
 </header>
 
-<section id="moell-home" data-section="home"   data-stellar-background-ratio="0.5">
-    <div class="gradient"></div>
+<!-- Main jumbotron for a primary marketing message or call to action -->
+<div class="jumbotron">
     <div class="container">
-        <div class="text-wrap">
+        <p>
             @yield('header-text')
-        </div>
+        </p>
     </div>
-</section>
+</div>
 
 <section id='content' style="margin-top:40px;">
     <div class='container'>