Skip to content

Commit

Permalink
⚡ add width style for description
Browse files Browse the repository at this point in the history
  • Loading branch information
Terfno committed Dec 12, 2024
1 parent efe41d5 commit b30d325
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/talks/Talk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

padding: 24px;
border-radius: 24px;
background-color: #F5F5F5;
background-color: #f5f5f5;

.speaker-icon {
img {
Expand All @@ -23,6 +23,8 @@
}

.description {
width: 100%;

.session-title {
font-size: 20px;
line-height: 30px;
Expand All @@ -40,7 +42,7 @@
}

.line {
border: 1px solid #AEAEB2;
border: 1px solid #aeaeb2;
margin-bottom: 16px;
}

Expand Down Expand Up @@ -70,7 +72,8 @@
}
}

.social-x, .social-github {
.social-x,
.social-github {
display: flex;
align-items: center;
}
Expand Down

0 comments on commit b30d325

Please sign in to comment.