mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
fix/fix sidebar css
This commit is contained in:
parent
3acfc1b08f
commit
57e9101ff4
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
<div class="col-md-3">
|
||||
<div id="sidebar">
|
||||
<div class="col-md-3 sidebar">
|
||||
<% theme.widgets.forEach(function(widget){ %>
|
||||
<%- partial('../_widget/' + widget) %>
|
||||
<% }); %>
|
||||
</div> <!-- sidebar -->
|
||||
</div> <!-- col-md-3 -->
|
||||
|
|
|
@ -26,9 +26,12 @@ body {
|
|||
-moz-border-radius: 6px 6px 6px 6px;
|
||||
border-radius: 6px 6px 6px 6px;
|
||||
}
|
||||
#sidebar,
|
||||
#side_meta {
|
||||
.sidebar {
|
||||
font-size: 0.9em;
|
||||
position: sticky;
|
||||
top: 25px;
|
||||
}
|
||||
#side_meta {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue