Skip to content

Commit

Permalink
font size update
Browse files Browse the repository at this point in the history
  • Loading branch information
szubair22 committed Sep 30, 2024
1 parent 03a988a commit 9df9709
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,31 @@ body {
}

h1 {
font-size: 1.875rem;
font-size: 2.25rem; /* Increased from 1.875rem */
font-weight: 600;
margin-bottom: 0.5rem;
}

h2 {
font-size: 1.25rem;
font-size: 1.5rem; /* Increased from 1.25rem */
font-weight: 600;
margin-bottom: 1rem;
}

.subtitle {
color: #6b7280;
margin-bottom: 2rem;
font-size: 1.125rem; /* Added font size for subtitle */
}

.file-input-label {
display: inline-block;
padding: 0.5rem 1rem;
padding: 0.625rem 1.25rem; /* Increased padding */
background-color: #f3f4f6;
color: #111827;
border-radius: 0.25rem;
font-weight: 600;
font-size: 1rem; /* Added font size */
cursor: pointer;
transition: background-color 0.2s;
}
Expand All @@ -60,8 +62,9 @@ h2 {
}

.btn {
padding: 0.75rem 1rem;
padding: 0.875rem 1.25rem; /* Increased padding */
font-weight: 600;
font-size: 1.125rem; /* Increased font size */
border-radius: 0.25rem;
transition: background-color 0.2s;
width: 100%;
Expand All @@ -85,20 +88,21 @@ ol {
}

ol li {
margin-bottom: 1rem;
margin-bottom: 1.5rem; /* Increased from 1rem */
font-size: 1.125rem; /* Added font size for list items */
}

.number-circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 1.5rem;
height: 1.5rem;
width: 1.75rem; /* Increased from 1.5rem */
height: 1.75rem; /* Increased from 1.5rem */
background-color: #111827;
color: white;
border-radius: 50%;
margin-right: 0.5rem;
font-size: 0.875rem;
margin-right: 0.75rem; /* Increased from 0.5rem */
font-size: 1rem; /* Increased from 0.875rem */
}

.file-input {
Expand All @@ -109,6 +113,7 @@ ol li {
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
font-size: 1.125rem; /* Added font size for file input labels */
}

.file-name {
Expand Down

0 comments on commit 9df9709

Please sign in to comment.