decrease size of titles, looks better on mobiles
This commit is contained in:
parent
15e2b25a50
commit
28a722e5e1
@ -1,4 +1,4 @@
|
|||||||
<h1>Search through @TU Vienna Database</h1>
|
<h2>Search through @TU Vienna Database</h2>
|
||||||
<p>Only people can be searched right now</p>
|
<p>Only people can be searched right now</p>
|
||||||
|
|
||||||
<%= form_tag(crawlers_tiss_crawler_search_path, :method => "get") do %>
|
<%= form_tag(crawlers_tiss_crawler_search_path, :method => "get") do %>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<%= render(:partial => "nav") %>
|
<%= render(:partial => "nav") %>
|
||||||
|
|
||||||
<h1>Favorite Courses</h1>
|
<h2>Favorite Courses</h2>
|
||||||
|
|
||||||
<% if !@favorite_courses[0].blank? %>
|
<% if !@favorite_courses[0].blank? %>
|
||||||
<div class="table_wrapper">
|
<div class="table_wrapper">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<%= render(:partial => "nav") %>
|
<%= render(:partial => "nav") %>
|
||||||
|
|
||||||
<h1>Favorite People</h1>
|
<h2>Favorite People</h2>
|
||||||
|
|
||||||
<!--<ul class="people-list">-->
|
<!--<ul class="people-list">-->
|
||||||
<%# @favorite_people.each do |person| %>
|
<%# @favorite_people.each do |person| %>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<%= render(:partial => "nav") %>
|
<%= render(:partial => "nav") %>
|
||||||
|
|
||||||
<h1>Favorite Projects</h1>
|
<h2>Favorite Projects</h2>
|
||||||
|
|
||||||
<% if !@favorite_projects[0].blank? %>
|
<% if !@favorite_projects[0].blank? %>
|
||||||
<div class="table_wrapper">
|
<div class="table_wrapper">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<%= render(:partial => "nav") %>
|
<%= render(:partial => "nav") %>
|
||||||
|
|
||||||
<h1>Favorite Theses</h1>
|
<h2>Favorite Theses</h2>
|
||||||
|
|
||||||
<% if !@favorite_theses[0].blank? %>
|
<% if !@favorite_theses[0].blank? %>
|
||||||
<div class="table_wrapper">
|
<div class="table_wrapper">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user