updated navigation links

This commit is contained in:
Uvis Grinfelds 2014-11-05 01:34:31 +01:00
parent 887ec9defa
commit 4c0cf1973c
4 changed files with 9 additions and 7 deletions

View file

@ -42,8 +42,11 @@
<div id="navigation">
<div class="wrapper">
<h1>transfer.sh</h1>
<a href="#home">
<h1>transfer.sh</h1></a>
<ul class="hidden-xs">
<li><a href="#home">home</a>
</li>
<li><a href="#samples">sample use cases</a>
</li>
<li><a href="#contact">contact us</a>

View file

@ -10,8 +10,8 @@
margin-top: 30px;
ul {
list-style: none;
max-width: 300px;
margin: 0 auto;
max-width: 400px;
marghomein: 0 auto;
}
li {
display: inline-block;
@ -41,7 +41,6 @@
}
h2 {
text-align: center;
font-size: 35px;

View file

@ -5369,8 +5369,8 @@ body {
}
#navigation ul {
list-style: none;
max-width: 300px;
margin: 0 auto;
max-width: 400px;
marghomein: 0 auto;
}
#navigation li {
display: inline-block;

File diff suppressed because one or more lines are too long