Skip to content
Snippets Groups Projects
Commit 78eed476 authored by Paulo Almeida's avatar Paulo Almeida
Browse files

Adjust width of exercise boxes

parent 7750d8b7
No related branches found
No related tags found
No related merge requests found
......@@ -223,8 +223,8 @@ div.institutions {
}
div.exercisebox {
width: 850px;
margin-bottom: 70px;
width: 800px;
margin-bottom: 90px;
}
div.exercise {
......@@ -232,7 +232,7 @@ div.exercise {
display: block;
color: #fff;
background-color: #666;
width: 25%;
width: 25em;
margin: 2px 5px;
padding: 2px 10px;
font-size: 80%;
......
......@@ -23,7 +23,7 @@
</div>
<div class="exercise">
<a class="exercise" href="pesquisa4/intro.html">
A estrutura das proteínas
A importância da estrutura das proteínas
</a>
</div>
<div class="exercise">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment