Skip to content

Commit

Permalink
Melhoria de espaço de colunas
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Aug 3, 2024
1 parent c8cf48d commit 93a28a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div id="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-10" style="padding-right: 0;">
<div class="col-md-8" style="padding-right: 0;">
<div class="container-fluid">
<div class="row padding-top">
<div id="output">
Expand Down Expand Up @@ -106,7 +106,7 @@
</div>
</div>
</div>
<div class="col-md-2" style="padding-left: 0;">
<div class="col-md-4" style="padding-left: 0;">
<div id="hexColors" class="container-fluid">
<!-- Will be populated in JavaScript -->
</div>
Expand Down
9 changes: 0 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ select.dark {
#inputs{
position: relative;
}
@keyframes rainbow_animation {
0%,100% {
background-position: 0 0;
}

50% {
background-position: 100% 0;
}
}
body{
margin: auto;
}
Expand Down

0 comments on commit 93a28a9

Please sign in to comment.