mirror of https://github.com/hashicorp/packer
website: upgrade content and global styles (#11151)
* website: upgrade global-styles packages * website: upgrade community page * website: hide alert-banner on mobile * website: replace g-container with g-grid-container * website: delete unused CSS * website: backfill missing type styles * website: fix style import path * website: bump to latest patched dependenciespull/11205/head
parent
54a4f59fc7
commit
adcd472873
File diff suppressed because it is too large
Load Diff
@ -1,8 +0,0 @@
|
||||
#p-community {
|
||||
max-width: var(--site-max-width);
|
||||
margin: 72px auto;
|
||||
|
||||
& .g-section-header {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,9 @@
|
||||
.root {
|
||||
composes: g-grid-container from global;
|
||||
margin-top: 72px;
|
||||
margin-bottom: 72px;
|
||||
|
||||
& :global(.g-section-header) {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
}
|
||||
@ -1,9 +1,3 @@
|
||||
.root {
|
||||
composes: .g-container from global;
|
||||
margin-top: 72px;
|
||||
margin-bottom: 72px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 105px;
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue