Skip to content

Commit

Permalink
moves some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed Aug 22, 2022
1 parent fbb4cdc commit 84dd15d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ footer {
/*
* Custom styles
*/
.label-icon {
position: absolute;
border: 1px solid black;
border-radius: 100%;
outline: 0.5px solid white;
}

.icon-outline {
border: 1px solid black;
Expand Down Expand Up @@ -1284,13 +1290,6 @@ kbd {
border-bottom-width: 0;
}

.label-icon {
position: absolute;
border: 1px solid black;
border-radius: 100%;
outline: 0.5px solid white;
}

.gif-container {
position: relative;
text-align: left;
Expand Down

0 comments on commit 84dd15d

Please sign in to comment.