Skip to content
Snippets Groups Projects
Commit e5fa8d31 authored by Paul BREUIL's avatar Paul BREUIL
Browse files

minor fixes

parent 07e272d7
No related branches found
No related tags found
1 merge request!2Update site
......@@ -54,6 +54,9 @@ include_once("lib/header.inc.php");
<?php echo $langArray['latexText']; ?>
</p>
<p class="text-center">
<a class="btn btn-primary btn-large btn-gold" href="/whylatex/?hl=<?php echo "$hl" ?>">
<?php echo $langArray['discoverLatex']; ?>
</a>
<a class="btn btn-primary btn-large btn-gold" href="/ourpackages/?hl=<?php echo "$hl" ?>">
<?php echo $langArray['latexPolytechnique']; ?>
</a>
......
......@@ -65,6 +65,11 @@ $navbar-fixed-height: 60px;
background-position: center;
}
.btn-gold {
margin-top: 2px;
margin-bottom: 2px;
}
.btn-gold:hover {
color: $light;
}
......
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