mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 06:06:05 +01:00
Merge pull request #2 from TheHowl/padding-on-links-section
fix horrible link section without padding in about page
This commit is contained in:
commit
a9a12fa7d9
2 changed files with 5 additions and 1 deletions
|
@ -120,4 +120,8 @@ body {
|
|||
#growls.default{
|
||||
top:64px;
|
||||
right:10px
|
||||
}
|
||||
|
||||
.links {
|
||||
padding-bottom: 10px;
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
.centre.text-muted
|
||||
.centre.text-muted.links
|
||||
©
|
||||
= Date.today.year
|
||||
= APP_CONFIG['site_name']
|
||||
|
|
Loading…
Reference in a new issue