Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
lenylvt authored May 10, 2024
1 parent 4c7ed9d commit efe0f91
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ button:hover {
padding: 20px;
margin-top: 10px;
width: 93%;
height: 30px;
height: 50px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
display: flex;
justify-content: space-between;
Expand All @@ -118,6 +118,14 @@ button:hover {
font-size: 18px;
}

.epochs-info {
font-size: 14px; /* Smaller font size */
font-style: italic; /* Italicize the font */
color: #666; /* Lighter text color for less emphasis */
margin: 0; /* Remove any default margins */
padding-top: 5px; /* Space between the item name and epochs info */
}

.download-btn {
padding: 15px 15px;
border: none;
Expand Down

0 comments on commit efe0f91

Please sign in to comment.