We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fead0 commit 51a4370Copy full SHA for 51a4370
series2.md
@@ -21,7 +21,8 @@ nav_order: 4
21
padding:12px !important;
22
border-radius:12px !important;
23
box-shadow:0 1px 2px rgba(0,0,0,.06) !important;
24
- width: auto !important;
+ width: 100% !important;
25
+ max-width: 100% !important;
26
text-align: left !important;
27
font-size: inherit !important;
28
list-style: none !important;
@@ -30,6 +31,7 @@ nav_order: 4
30
31
width:100% !important;
32
height:160px !important;
33
object-fit:cover !important;
34
+ object-position: center !important;
35
border-radius:8px !important;
36
display:block !important;
37
margin-bottom: 0 !important;
0 commit comments