Timeline header to flex

Moved flex override to timeline.css rather than set in in skin file.
This commit is contained in:
digital-gnome 2017-11-28 08:19:33 -05:00
parent e6568d01a3
commit 8772d1e99a
3 changed files with 30 additions and 0 deletions

View File

@ -5,6 +5,16 @@
margin: 0 auto;
}
#header {
display: flex;
justify-content: space-between;
}
#header h2, #header a {
line-height: 1.1;
margin:5px 0 0 0;
}
#title {
position: relative;
margin: 0 auto;

View File

@ -5,6 +5,16 @@
margin: 0 auto;
}
#header {
display: flex;
justify-content: space-between;
}
#header h2, #header a {
line-height: 1.1;
margin:5px 0 0 0;
}
#title {
position: relative;
margin: 0 auto;

View File

@ -5,6 +5,16 @@
margin: 0 auto;
}
#header {
display: flex;
justify-content: space-between;
}
#header h2, #header a {
line-height: 1.1;
margin:5px 0 0 0;
}
#title {
position: relative;
margin: 0 auto;