Skip to content

Commit

Permalink
Widened description area
Browse files Browse the repository at this point in the history
  • Loading branch information
davebridges committed Nov 22, 2013
1 parent b441d9c commit af7f847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab_website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h1>Welcome to the <span itemprop="name">{{ lab_name }}</span></h1>
<section id='general-info' class='span-10 first prepend-2 container'>
<img class='span-10' src='{{ general_data.cover.source }}' alt='Lab Photo' itemprop="image">
<p class='span-10' style='font-size:large;' itemprop="description">{{ general_data.description }}</p>
<p class='span-20' style='font-size:large;' itemprop="description">{{ general_data.description }}</p>
</section>

<section class='span-10 last append-2'>
Expand Down

0 comments on commit af7f847

Please sign in to comment.