Úprava souboru index.html
This commit is contained in:
parent
1150610cb5
commit
909f667c2c
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
console.log("Detekováno mobilní zařízení");
|
||||
document.write("<style>");
|
||||
document.write(".sloupce{column-count:1;column-width:100px;column-rule-width:10px;}");
|
||||
document.write(".menu a span {padding-left: 5px;}");
|
||||
document.write(".menu a span {padding-left: 5px; vertical-align:center; white-space:nowrap;}");
|
||||
document.write(".menu a:hover span {padding-left: 10px;}");
|
||||
document.write("</style>");
|
||||
document.write("<link href='css/flexslider-mobil.css' rel='stylesheet' type='text/css' />");
|
||||
|
@ -30,7 +30,7 @@
|
|||
console.log("Detekován počítač");
|
||||
document.write("<style>");
|
||||
document.write(".sloupce{column-count:2;column-width:100px;column-rule-width:10px;}");
|
||||
document.write(".menu a span {display:block;}");
|
||||
document.write(".menu a span {display:block; margin-top: -0.5625rem;}");
|
||||
document.write(".menu a:hover span {display:none;}");
|
||||
document.write("</style>");
|
||||
document.write("<link href='css/flexslider.css' rel='stylesheet' type='text/css' />");
|
||||
|
@ -141,7 +141,7 @@
|
|||
<!-- MENU -->
|
||||
<div class="pull-right">
|
||||
<nav class="navmenu center">
|
||||
<ul class="menu" style="margin-top: -0.7625rem; vertical-align:center; white-space:nowrap;">
|
||||
<ul class="menu" style="">
|
||||
<li class="first active scroll_btn"><a href="#home" ><i class="fa fa-slideshare"></i><span>A51</span></a></li>
|
||||
<li class="scroll_btn"><a href="#about" ><i class="fa fa-film"></i><span>Film</span></a></li>
|
||||
<li class="scroll_btn"><a href="#projects" ><i class="fa fa-bar-chart"></i><span>Koncept</span></a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue