Skip to content

Commit

Permalink
Issue #63 - remove versions style
Browse files Browse the repository at this point in the history
  • Loading branch information
boly38 committed Dec 8, 2024
1 parent 2edff17 commit ff50df6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions src/components/HomepageVersions/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@


.botVersion {
margin: 5px;
padding: 15px;
border: 0px solid green;
font-size: 1.0rem;
margin:20px;
padding:10px;
background-color: rgba(231, 243, 243, 0.79);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
min-width: 400px;
font-size: 1.2rem;
}
.botVersion a {
padding: 5px;
color: darkslateblue !important;
border: 0px solid red;
padding: 15px;
}
.botVersion a:hover {
text-decoration: none;
}

0 comments on commit ff50df6

Please sign in to comment.