mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-12 02:50:59 +00:00
tweak to alignment of text
This commit is contained in:
parent
5e17881f2d
commit
fa94df6b03
1 changed files with 4 additions and 3 deletions
|
|
@ -16,8 +16,8 @@ nav{
|
|||
padding:0 0 3em 3em;
|
||||
float:right;
|
||||
|
||||
/* moving menu only for browser that can support hover and transitions */
|
||||
.no-touch.csstransitions & {
|
||||
/* moving menu only for browser that can support hover and transitions */
|
||||
/*.no-touch.csstransitions & {
|
||||
ul{
|
||||
height:0;
|
||||
}
|
||||
|
|
@ -33,7 +33,7 @@ nav{
|
|||
left:0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
.home{
|
||||
|
|
@ -82,6 +82,7 @@ li{
|
|||
|
||||
&:before{
|
||||
margin-right:0.3em;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
&:hover{
|
||||
|
|
|
|||
Loading…
Reference in a new issue