Skip to content

Commit

Permalink
minify
Browse files Browse the repository at this point in the history
  • Loading branch information
LidiaKovac committed Aug 2, 2023
1 parent 783ddd7 commit c23e77e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link rel="stylesheet" href="./style/style.css" />
<link rel="stylesheet" href="./style/style.min.css" />
</head>

<body class="bg-dark">
Expand Down
6 changes: 0 additions & 6 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ pre:not(:has(> code)) {
margin-block: 10px;
}

.tab-pane:not(:first-of-type) {
/* width: 100%; */
}

.col-6 nav {
}

#result {
padding: 50px;
Expand Down
2 changes: 1 addition & 1 deletion style/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c23e77e

Please sign in to comment.