Fixed images in Blog Post (#2675)
* microsite changes adding padding to bottom of graphic changing background of last section of Demos page * Update 2020-09-30-backstage-design-system.md
This commit is contained in:
@@ -48,25 +48,25 @@ The quickest way to start is by duplicating our [Figma UI kit](https://www.figma
|
||||
As you’re designing and building your plugins, make sure to take advantage of these helpful resources.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
**[Figma Community](https://www.figma.com/@backstage)**
|
||||
|
||||
We are thrilled to be using Figma Community to share our design assets. You can duplicate our UI kit and design your own plugin for Backstage. Figma Community is currently in beta, so this is a neat opportunity to be testing out a new way of working. At the moment, it doesn’t support auto-updating of duplicated files, so we’ll be announcing new versions of our UI kit on Discord in the #design channel.
|
||||
|
||||

|
||||

|
||||
|
||||
**[Storybook](https://backstage.io/storybook/)**
|
||||
|
||||
This is where you can view our reusable components. If you’d like to help build up our design system, you can also help us add components that we’ve designed to Storybook as well. We post newly designed components and patterns to GitHub as issues, where contributors can pick them up and add them to our Storybook so they’re available for the rest of the Backstage community.
|
||||
|
||||

|
||||

|
||||
|
||||
**[Guidelines](https://backstage.io/docs/dls/design)**
|
||||
|
||||
To keep up with our latest design guidelines, go to [Designing for Backstage](https://backstage.io/docs/dls/design). You’ll find more how-to’s and you can also learn more about our design philosophy and practices there. Down the line, we plan on including more in-depth component rules in this section (i.e., dos/don’ts, use cases, etc.).
|
||||
|
||||

|
||||

|
||||
|
||||
**[GitHub](https://github.com/spotify/backstage)**
|
||||
|
||||
|
||||
@@ -216,7 +216,7 @@ const Background = props => {
|
||||
</Block.Container>
|
||||
</Block>
|
||||
|
||||
<Block className="stripe-bottom bg-black-grey">
|
||||
<Block className="stripe bg-black">
|
||||
<Block.Container style={{ justifyContent: 'flex-start' }}>
|
||||
<Block.TextBox>
|
||||
<Block.Title>Manage data pipelines</Block.Title>
|
||||
|
||||
@@ -844,6 +844,7 @@ code {
|
||||
width: 700px;
|
||||
margin: 20px auto;
|
||||
max-width: calc(100vw - 80px);
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 485px) {
|
||||
|
||||
Reference in New Issue
Block a user