more html layout fixes
This commit is contained in:
parent
93512e6b5f
commit
00fc350b4b
|
@ -54,8 +54,8 @@ class Layout extends Widget
|
|||
a href: "/contact", "Contact"
|
||||
|
||||
footer: =>
|
||||
div class: "container", ->
|
||||
footer class: "footer", ->
|
||||
footer ->
|
||||
div class: "container footer", ->
|
||||
p class: "text-muted", ->
|
||||
text "Christine Cadence Dodrill - #{os.date "%Y"}"
|
||||
|
||||
|
|
|
@ -54,5 +54,3 @@ table td {
|
|||
height: 60px;
|
||||
background-color: #F2E6EB;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue