14 changed files with 98 additions and 9 deletions
Binary file not shown.
@ -1,13 +1,21 @@ |
|||||
.blog-root{ |
.blog-root{ |
||||
height: 100%; |
height: 100%; |
||||
margin: 50px 4% 0 4%; |
margin: 50px 4% 0 300px; |
||||
} |
} |
||||
|
|
||||
|
|
||||
.blog-info{ |
.blog-info{ |
||||
text-align: center; |
text-align: center; |
||||
} |
} |
||||
|
|
||||
.blog-info em{ |
.blog-info em{ |
||||
padding: 0 8px !important; |
padding: 0 8px !important; |
||||
|
} |
||||
|
|
||||
|
.blog-user{ |
||||
|
position: fixed; |
||||
|
top: 60px; |
||||
|
left: 20px; |
||||
|
width: 260px; |
||||
|
height: 100%; |
||||
|
background-color: #f9f9f9; |
||||
} |
} |
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in new issue