feat: update skill entry header style
This commit is contained in:
@@ -69,11 +69,15 @@
|
|||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: center;
|
||||||
gap: 1.25rem;
|
gap: 1.25rem;
|
||||||
|
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
border-bottom: 1px solid var(--color-skill-card-header-border);
|
border-bottom: 1px solid var(--color-skill-card-header-border);
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-icon {
|
.header-icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user