File tree Expand file tree Collapse file tree 1 file changed +8
-20
lines changed
src/LinkDotNet.Blog.Web/Shared Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change 7
7
.introduction-container {
8
8
height : 438px ;
9
9
display : grid;
10
- grid-template-columns : 1.5 fr 1fr 1fr 1fr 1fr 1fr ;
11
- grid-template-rows : 1fr 1fr 1fr ;
10
+ grid-template-columns : 1fr 1fr 1fr 1fr 1fr ;
11
+ grid-template-rows : 0.5 fr 1fr 1fr 1fr ;
12
12
gap : 10px ;
13
- grid-template-areas : ". . . . . ." ". profile-picture profile-text profile-text profile-text ." ". . . . . ." ;
13
+ grid-template-areas :
14
+ ". . . . ."
15
+ ". . profile-picture . ."
16
+ ". profile-text profile-text profile-text ."
17
+ ". profile-text profile-text profile-text ." ;
14
18
}
15
19
16
20
.profile-picture {
33
37
font-size : clamp (0.9rem , 0.6479rem + 1.1268vw , 1.5rem );
34
38
color : var (--text-color-inverted );
35
39
line-height : clamp (1.5em , 0.6479rem + 1.1268vw , 2.25em );
36
- }
37
-
38
- @media only screen and (max-width : 700px ) {
39
- .introduction-container {
40
- grid-template-columns : .5fr 1fr 1fr 1fr 1fr .5fr ;
41
- grid-template-rows : 1fr 1fr 1fr 1fr ;
42
- grid-template-areas :
43
- ". . . . ."
44
- ". . profile-picture profile-picture . ."
45
- ". profile-text profile-text profile-text profile-text ."
46
- ". profile-text profile-text profile-text profile-text ." ;
47
- }
48
-
49
- .introduction-container .profile-picture {
50
- margin-block : auto;
51
- margin-left : 0 ;
52
- }
40
+ text-align : center
53
41
}
You can’t perform that action at this time.
0 commit comments