Skip to content

Commit

Permalink
cleanup css
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmaniero committed Mar 9, 2021
1 parent f596d0d commit ebde1e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs-mfe/components/command-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const CommandListItemWrapper = styled.div`
color: #41B883;
background: none;
}
mark {
white-space: nowrap;
}
p:not(:last-child) {
margin-bottom: 20px;
Expand All @@ -20,10 +24,6 @@ const CommandListItemWrapper = styled.div`
margin-bottom: 10px;
}
mark {
white-space: nowrap;
}
@media (max-width: 960px) {
grid-template-columns: 100%;
}
Expand Down Expand Up @@ -54,7 +54,7 @@ const TaskWrapper = styled.div`
width: 100%;
@media (max-width: 960px) {
margin-left: 52px;
padding-left: 52px;
}
`;

Expand Down
2 changes: 0 additions & 2 deletions docs-mfe/components/typography.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import styled from "styled-components";

export const Title = styled.h2`
font-style: normal;
font-weight: bold;
font-size: 48px;
color: #FFFFFF;
`

export const Subtitle = styled.h3`
font-style: normal;
font-weight: bold;
font-size: 36px;
margin-top: 40px;
Expand Down

0 comments on commit ebde1e2

Please sign in to comment.