File tree Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- # Only the main Sass file needs front matter (the dashes are enough)
3
- ---
4
- @charset " utf-8" ;
5
-
6
- // Dimensions
7
- $max-content-width : {{ site.max_width }};
8
-
9
- @import
10
- " variables" ,
11
- " themes" ,
12
- " layout" ,
13
- " base" ,
14
- " distill" ,
15
- " cv" ,
16
- " tabs" ,
17
- " typograms" ,
18
- " font-awesome/fontawesome" ,
19
- " font-awesome/brands" ,
20
- " font-awesome/solid" ,
21
- " font-awesome/regular" ,
22
- " tabler-icons/tabler-icons.scss" ,
23
- " tabler-icons/tabler-icons-filled.scss" ,
24
- " tabler-icons/tabler-icons-outline.scss"
25
- ;
26
-
27
1
.shadow-box {
28
2
box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
29
3
padding : 40px ;
@@ -38,18 +12,19 @@ $max-content-width: {{ site.max_width }};
38
12
}
39
13
40
14
.profile img {
41
- width : 200 px !important ; /* Force the width for all profile pictures */
15
+ width : 220 px !important ; /* Force the width for all profile pictures */
42
16
height : auto !important ; /* Maintain aspect ratio */
43
- display : block ;
17
+ display : flex ;
44
18
margin : 0 auto ; /* Center the image */
45
19
max-width : none ; /* Disable max-width to ensure fixed width */
46
20
}
47
21
48
22
.profile-name {
49
23
width : 100% ;
50
- background-color : rgba (0 , 0 , 0 , 0.7 ); /* Semi-transparent background */
24
+ background-color : rgba (0 , 0 , 0 , 0.6 ); /* Semi-transparent background */
51
25
color : white ;
52
26
text-align : center ;
27
+ margin-bottom : 10px ; /* Add margin to create space between the name and the image */
53
28
}
54
29
55
30
.more-info {
You can’t perform that action at this time.
0 commit comments