Skip to content

Commit

Permalink
Added dd margin styling. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored Jan 13, 2022
1 parent 9ed2820 commit 800c491
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This may take a while the first time, but it only needs to be done once.
Then, to build the app with [Rollup](https://rollupjs.org), and serve it on a local dev server, run:

```bash
npm run dev
export NODE_ENV=development; npm run dev
```

Navigate to [localhost:10001](http://localhost:10001). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
Expand Down
5 changes: 5 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@
margin: 0.75em 0 0.75em 0.5em;
height: 1.5em;
}
dd {
margin-inline-start: 0;
margin-bottom: 12px;
margin-left: 0 !important;
}
@media (min-width: 60em) {
.tool-header-logo img {
height: 2em;
Expand Down

0 comments on commit 800c491

Please sign in to comment.