decrease size of titles, looks better on mobiles

This commit is contained in:
Pfingstfrosch 2020-05-31 13:54:01 +02:00
parent 15e2b25a50
commit 28a722e5e1
5 changed files with 5 additions and 5 deletions

View File

@ -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>
<%= form_tag(crawlers_tiss_crawler_search_path, :method => "get") do %>

View File

@ -1,6 +1,6 @@
<%= render(:partial => "nav") %>
<h1>Favorite Courses</h1>
<h2>Favorite Courses</h2>
<% if !@favorite_courses[0].blank? %>
<div class="table_wrapper">

View File

@ -1,6 +1,6 @@
<%= render(:partial => "nav") %>
<h1>Favorite People</h1>
<h2>Favorite People</h2>
<!--<ul class="people-list">-->
<%# @favorite_people.each do |person| %>

View File

@ -1,6 +1,6 @@
<%= render(:partial => "nav") %>
<h1>Favorite Projects</h1>
<h2>Favorite Projects</h2>
<% if !@favorite_projects[0].blank? %>
<div class="table_wrapper">

View File

@ -1,6 +1,6 @@
<%= render(:partial => "nav") %>
<h1>Favorite Theses</h1>
<h2>Favorite Theses</h2>
<% if !@favorite_theses[0].blank? %>
<div class="table_wrapper">