mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Edit padding on the "Home" page (#1523)
- Edit padding so the homepage content is center when page is resized - Increase margin between 'Hosts' and Org name
This commit is contained in:
parent
c18214be37
commit
11351a4253
@ -21,15 +21,15 @@
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
|
||||
&__body-wrap {
|
||||
align-items: center;
|
||||
&__wrapper {
|
||||
padding: $pad-xxlarge 0 0;
|
||||
}
|
||||
|
||||
&__header-wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: $pad-large;
|
||||
margin-bottom: $pad-xxlarge;
|
||||
}
|
||||
|
||||
&__header {
|
||||
|
Loading…
Reference in New Issue
Block a user