We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae51afd commit 516476fCopy full SHA for 516476f
LinkDotNet.Blog.Web/Shared/IntroductionCard.razor.css
@@ -5,7 +5,6 @@
5
}
6
7
.introduction-container {
8
- padding-top: 78px;
9
height: 438px;
10
display: grid;
11
grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
@@ -20,7 +19,7 @@
20
19
height: 175px;
21
border-radius: 50%;
22
border: white;
23
- margin: 4px 0 0 4px;
+ margin: auto;
24
box-shadow: 0 0 0 4px white;
25
background-image: var(--profile-image);
26
background-repeat: no-repeat;
@@ -29,6 +28,7 @@
29
28
30
31
.profile-text {
32
grid-area: profile-text;
33
font-size: clamp(1rem, 0.6479rem + 1.1268vw, 1.5rem);
34
color: var(--text-color-inverted);
0 commit comments