forked from ohayo-jacob/takunomi-blog
left align
This commit is contained in:
parent
1b841074c1
commit
7f068c1a8d
|
@ -172,14 +172,15 @@ ul {
|
|||
display: table-cell;
|
||||
}
|
||||
|
||||
#section ul>li{
|
||||
#section ul > li{
|
||||
display: block;
|
||||
margin: auto;
|
||||
float: center;
|
||||
text-align: right;
|
||||
//text-align: right;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
||||
#section li{
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
|
@ -193,6 +194,7 @@ ul {
|
|||
list-style: none;
|
||||
}
|
||||
#menu li{
|
||||
text-align: right;
|
||||
//display: inline-block;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{{define "contact"}}
|
||||
<article class="post">
|
||||
<ul style="list-style: none;">
|
||||
<li>twitter: <b><a class="no-link" style="text-decoration: none; color: inherit" href="https://twitter.com/sketchwhale">@sketchwhale</a></b></li>
|
||||
<li>email: <b>ohayo dot jacob at gmail</b></li>
|
||||
<li>git repo: <b><a class="no-link" style="text-decoration: none; color: inherit" href="gitfub.space/ohayo-jacob">gitfub.space/ohayo-jacob</a></b></li>
|
||||
<li><b><a class="no-link" style="text-decoration: none; color: inherit" href="https://twitter.com/sketchwhale">@sketchwhale</a></b></li>
|
||||
<li><b>ohayo dot jacob at gmail</b></li>
|
||||
<li><b><a class="no-link" style="text-decoration: none; color: inherit" href="gitfub.space/ohayo-jacob">gitfub.space/ohayo-jacob</a></b></li>
|
||||
</ul>
|
||||
</article>
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user