Skip to content

Commit 516476f

Browse files
committed
Fixed introduction card css
1 parent ae51afd commit 516476f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LinkDotNet.Blog.Web/Shared/IntroductionCard.razor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
}
66

77
.introduction-container {
8-
padding-top: 78px;
98
height: 438px;
109
display: grid;
1110
grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
@@ -20,7 +19,7 @@
2019
height: 175px;
2120
border-radius: 50%;
2221
border: white;
23-
margin: 4px 0 0 4px;
22+
margin: auto;
2423
box-shadow: 0 0 0 4px white;
2524
background-image: var(--profile-image);
2625
background-repeat: no-repeat;
@@ -29,6 +28,7 @@
2928
}
3029

3130
.profile-text {
31+
margin: auto;
3232
grid-area: profile-text;
3333
font-size: clamp(1rem, 0.6479rem + 1.1268vw, 1.5rem);
3434
color: var(--text-color-inverted);

0 commit comments

Comments
 (0)