File tree 2 files changed +9
-3
lines changed
apps/lookbook/src/components
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const previewImage = image ? demoPreviewImageUrl(image) : defaultTeaserImage;
77
77
}
78
78
h2 {
79
79
margin: 1rem 0 0.5rem;
80
- font-size: 1.2rem ;
80
+ font-size: 1rem ;
81
81
font-weight: bold;
82
82
}
83
83
p {
@@ -108,10 +108,10 @@ const previewImage = image ? demoPreviewImageUrl(image) : defaultTeaserImage;
108
108
}
109
109
.tag {
110
110
display: inline-block;
111
- font-size: 0.7rem ;
111
+ font-size: 0.8rem ;
112
112
background-color: var(--color-background);
113
113
margin: 0.2rem;
114
114
padding: 0.05rem 0.3em 0.1rem;
115
- border-radius: 0.2rem ;
115
+ border-radius: 0.4rem ;
116
116
}
117
117
</style >
Original file line number Diff line number Diff line change @@ -47,4 +47,10 @@ const {demos} = loadMetadataForDemos();
47
47
margin-top: 33px;
48
48
padding: 0;
49
49
}
50
+
51
+ @media (orientation: portrait) {
52
+ .demo-card-grid {
53
+ grid-template-columns: repeat(auto-fit, minmax(32ch, 1fr));
54
+ }
55
+ }
50
56
</style >
You can’t perform that action at this time.
0 commit comments