Moved About, Join and Manifesto to the header. Added a close button to the default page layout

This commit is contained in:
harry
2019-04-25 14:17:00 +01:00
parent 6f209445fc
commit ddb3df7127
4 changed files with 29 additions and 20 deletions

View File

@ -6346,7 +6346,9 @@ table.hover tbody tr:nth-of-type(even):hover {
.top-bar-title {
float: left;
margin-right: 1rem; }
margin-right: 1rem;
width: 100%;
}
.top-bar-left {
float: left; }
@ -6828,6 +6830,9 @@ h5#join-us {
padding-left: 2rem;
color: #9196a2; }
.close{
float: right;
}
#page-banner {
margin-bottom: 4rem;
text-align: center; }