Skip to content

Commit

Permalink
Commit Session Test
Browse files Browse the repository at this point in the history
  • Loading branch information
s3mPr1linux committed Dec 23, 2024
1 parent 848daf1 commit 23eea43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
14 changes: 0 additions & 14 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,6 @@ $grey-color: #828282 !default;
$grey-color-light: lighten($grey-color, 40%) !default;
$grey-color-dark: darken($grey-color, 25%) !default;

$on-palm: 600px !default;
$on-laptop: 800px !default;

@mixin media-query($device) {
@media screen and (max-width: $device) {
@content;
}
}

@mixin relative-font-size($ratio) {
font-size: $base-font-size * $ratio;
}


body {
margin: 0;
padding: 0;
Expand Down
12 changes: 1 addition & 11 deletions _sass/hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -988,15 +988,5 @@ a {
}
}
}

/*
.svg-icon {
width: 16px;
height: 16px;
display: inline-block;
fill: #{$grey-color};
padding-right: 5px;
vertical-align: text-top;
}

*/

0 comments on commit 23eea43

Please sign in to comment.