mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 23:49:56 +00:00
Main page style updates to be in line with Mana documentation
This commit is contained in:
parent
6d19b311e9
commit
1e7cc05f4e
@ -59,14 +59,19 @@ header {
|
|||||||
border-bottom: 1px solid #CFCDC7;
|
border-bottom: 1px solid #CFCDC7;
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
overflow-y: hidden;
|
||||||
padding: 25px 0 15px;
|
padding: 25px 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header.main {
|
||||||
|
height: 272px;
|
||||||
|
}
|
||||||
|
|
||||||
.bigicon {
|
.bigicon {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 272px;
|
font-size: 450px;
|
||||||
line-height: 200px;
|
line-height: 200px;
|
||||||
margin-top: -10px;
|
margin-top: -100px;
|
||||||
text-shadow: 0 2px 0 #fff;
|
text-shadow: 0 2px 0 #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<header>
|
<header class="main">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="bigicon">
|
<div class="bigicon">
|
||||||
<i class="ss ss-leg"></i>
|
<i class="ss ss-leg"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user