Commit 9adf6b3 committed Jul 18, 2023 Verified
1 parent 6a7e066 commit 9adf6b3 Copy full SHA for 9adf6b3
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
font-family : var (--sans-serif );
35
35
grid-area : preview;
36
36
overflow-x : scroll;
37
- padding-left : 2rem ;
37
+ padding : 0 2rem ;
38
38
box-shadow : 1px 0.5rem 2rem 1px darkgray;
39
39
}
40
-
40
+ /* fix images x overflow */
41
+ # preview img {
42
+ width : 100% ;
43
+ object-fit : cover;
44
+ }
41
45
/* markdown `---` translated to <hr/> */
42
46
# preview hr {
43
47
border : none;
49
53
border : none;
50
54
border-top-left-radius : var (--preview-div-br );
51
55
}
52
- # preview {
53
- grid-column : 1 ;
54
- grid-row : 3 ;
55
- }
56
56
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const initialText = `# About Me
10
10
1. **Work Break timer** [Live App](https://new-af.github.io/) \[[GitHub Repository](https://github.com/new-AF/react-redux-work-break-timer)\]
11
11
2. **Product Page** [Live Page](https://new-af.github.io/)
12
12
13
- ## Some preview images of live apps
13
+ ## Images of live apps
14
14
1. 
15
15
16
16
2. 
You can’t perform that action at this time.
0 commit comments