Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions _layouts/website/languages.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h3>Suman Kunwar</h3>
text-decoration: none;
color: var(--text-light);
font-weight: 500;
font-size: 1.1rem;
font-size: 1.2rem;
transition: all 0.2s;
position: relative;
padding: 4px 0;
Expand Down Expand Up @@ -392,7 +392,7 @@ <h3>Suman Kunwar</h3>
padding: 6px 12px;
background: var(--gray-light);
border-radius: 100px;
font-size: 0.875rem;
font-size: 1rem;
font-weight: 500;
color: var(--primary);
border: 1px solid var(--border);
Expand All @@ -416,7 +416,7 @@ <h3>Suman Kunwar</h3>
align-items: center;
gap: 8px;
color: var(--text-light);
font-size: 0.95rem;
font-size: 1rem;
}

.metadata-item i {
Expand Down Expand Up @@ -618,7 +618,7 @@ <h3>Suman Kunwar</h3>
padding: 4px 8px;
background: var(--gray-light);
border-radius: 4px;
font-size: 0.75rem;
font-size: 0.85rem;
text-transform: uppercase;
color: var(--primary);
font-weight: 600;
Expand All @@ -627,7 +627,7 @@ <h3>Suman Kunwar</h3>

/* Back card content */
.flip-back h4 {
font-size: 1.3rem;
font-size: 1.4rem;
margin-bottom: 20px;
font-weight: 500;
}
Expand All @@ -644,7 +644,7 @@ <h3>Suman Kunwar</h3>
padding: 10px 20px;
border-radius: 6px;
text-decoration: none;
font-size: 0.9rem;
font-size: 1.2rem;
font-weight: 500;
display: inline-flex;
align-items: center;
Expand Down Expand Up @@ -722,7 +722,7 @@ <h3>Suman Kunwar</h3>
padding-top: 16px;
border-top: 1px solid var(--border);
color: var(--text-light);
font-size: 0.9rem;
font-size: 1rem;
flex-wrap: wrap;
}

Expand Down
Loading