mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +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
1 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue