Skip to content

Commit

Permalink
update css (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce authored Aug 1, 2024
1 parent 0030a8e commit a43f993
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions assets/css/style-liberty.css
Original file line number Diff line number Diff line change
Expand Up @@ -22478,13 +22478,22 @@ pre {
}

.social-button {
font-size: 1.2rem !important; /* Increase the size of the icons */
margin-right: 1rem !important; /* Add some space between the icons */
padding: 0.5rem !important; /* Add padding inside the button */
border: 1px solid #ccc !important; /* Add a border */
border-radius: 0.25rem !important; /* Add rounded corners */
font-size: 1.2rem;
padding: 0.5rem;
border-radius: 0.25rem;
color: white;
}

.bi-twitter-x{
background-color: black;
}

.linkedin{
background-color: rgb(10, 102, 194)
.bi-linkedin{
background-color: rgb(10, 102, 194);
}

.share-articles{
text-align: center;
gap: 10px;
margin-bottom: 1rem;
}

0 comments on commit a43f993

Please sign in to comment.