Tweak spacing for header logo + title, in falafel theme
those were just too close together, this should fix. nb. i am unclear if everything in layout.css is actually being used..?
This commit is contained in:
parent
95dd8d83dc
commit
058677adec
2 changed files with 9 additions and 1 deletions
tailbone/static/themes/falafel/css
|
@ -21,6 +21,12 @@ body {
|
|||
* header
|
||||
******************************/
|
||||
|
||||
/* this is the one in the very top left of screen, next to logo and linked to
|
||||
the home page */
|
||||
#global-header-title {
|
||||
margin-left: 0.3rem;
|
||||
}
|
||||
|
||||
header .level {
|
||||
/* TODO: not sure what this 60px was supposed to do? but it broke the */
|
||||
/* styles for the feedback dialog, so disabled it is.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue