Browse Source

loading thingy

master
wes 9 years ago
parent
commit
cd86679662
  1. 2
      src/styles/search.css
  2. 4
      src/templates/search.html

2
src/styles/search.css

@ -129,6 +129,6 @@ a {
margin-left: 30px; margin-left: 30px;
} }
.title-div { .page-top {
font-size: 25px; font-size: 25px;
} }

4
src/templates/search.html

@ -3,8 +3,7 @@
{{super()}} {{super()}}
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<header class="text-center nav navbar"> <header class="text-center nav navbar">
<div class="title-div"> <section class="page-top navbar-section">
<section class="navbar-section">
<div class="container"> <div class="container">
<div class="columns"> <div class="columns">
<div class="title column col-9"><h1>TextBook Commons</h1></div> <div class="title column col-9"><h1>TextBook Commons</h1></div>
@ -18,7 +17,6 @@
<h5>Search for your course and start saving money on your books</h5> <h5>Search for your course and start saving money on your books</h5>
<search></search> <search></search>
</section> </section>
</div>
</header> </header>
{% endblock %} {% endblock %}
<html> <html>

Loading…
Cancel
Save