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 8992808 commit c7e9989Copy full SHA for c7e9989
LinkDotNet.Blog.Web/Shared/IntroductionCard.razor.css
@@ -11,8 +11,8 @@
11
12
.profile-picture {
13
grid-area: profile-picture;
14
- width: 150px;
15
- height: 150px;
+ width: 175px;
+ height: 175px;
16
border-radius: 50%;
17
border: white;
18
margin: 4px 0 0 4px;
@@ -31,6 +31,8 @@
31
32
@media only screen and (max-width: 700px) {
33
.introduction-container {
34
+ grid-template-columns: .5fr 1fr 1fr 1fr 1fr .5fr;
35
+ grid-template-rows: 1fr 1fr 1fr;
36
grid-template-areas:
37
". . profile-picture profile-picture . ."
38
". profile-text profile-text profile-text profile-text ."
0 commit comments