Skip to content

Commit c7e9989

Browse files
committed
Better text placement on mobile view
1 parent 8992808 commit c7e9989

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
.profile-picture {
1313
grid-area: profile-picture;
14-
width: 150px;
15-
height: 150px;
14+
width: 175px;
15+
height: 175px;
1616
border-radius: 50%;
1717
border: white;
1818
margin: 4px 0 0 4px;
@@ -31,6 +31,8 @@
3131

3232
@media only screen and (max-width: 700px) {
3333
.introduction-container {
34+
grid-template-columns: .5fr 1fr 1fr 1fr 1fr .5fr;
35+
grid-template-rows: 1fr 1fr 1fr;
3436
grid-template-areas:
3537
". . profile-picture profile-picture . ."
3638
". profile-text profile-text profile-text profile-text ."

0 commit comments

Comments
 (0)