Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed Nov 19, 2024
1 parent 077f4dc commit d61cd8d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/assets/styles/pages/software-management.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
h4 {
color: #515774;
font-feature-settings: 'salt' on, 'ss01' on, 'ss02' on;
font-family: "Roboto Mono";
font-family: 'Roboto Mono';
font-size: 14px;
font-weight: 400;
line-height: @text-lineheight;
Expand Down Expand Up @@ -111,8 +111,7 @@
h5, p {
color: #8B8FA2;
}

&:not(:last-of-type){
&:not(:last-of-type) {
margin-right: 16px;
}
&.active {
Expand Down Expand Up @@ -333,7 +332,7 @@
padding: 64px 32px;
}
[purpose='feature-slides'] {
height: unset
height: unset;
}
[purpose='feature-option'] {
width: 33%;
Expand Down Expand Up @@ -379,7 +378,7 @@
margin-right: 16px;
margin-bottom: 0px;
}
&:not(:last-of-type){
&:not(:last-of-type) {
margin-right: unset;
margin-bottom: 32px;
}
Expand Down

0 comments on commit d61cd8d

Please sign in to comment.