mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Improve the style
Improve the style
This commit is contained in:
parent
18d66beb6e
commit
e12cf5ca7a
5 changed files with 10 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<meta content="<?php echo config('blog.description')?>" itemprop="description"/>
|
||||
</div>
|
||||
<?php if(login()) {?>
|
||||
<style> #outer-wrapper{ padding-top:30px;}</style>
|
||||
<style> #outer-wrapper{ padding-top:30px;} @media all and (max-width: 550px) {#outer-wrapper{ padding-top:60px;}}</style>
|
||||
<div id="toolbar">
|
||||
<ul>
|
||||
<li><a href="<?php echo site_url() ?>">Home</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue