Skip to content

Commit

Permalink
Remove unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Mar 2, 2023
1 parent 7dd7508 commit 1e630cf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
body {
max-width: 450px;
}

.link {
display: inline-block;
background: rgb(240, 240, 240);
padding: 5px;
max-width: calc(100% - 10px);
overflow-x: auto;
}
</style>
</head>

Expand Down Expand Up @@ -51,4 +43,4 @@
<script src="js/settings.js"></script>
</body>

</html>
</html>

0 comments on commit 1e630cf

Please sign in to comment.