We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ae91c commit e464dc4Copy full SHA for e464dc4
1 file changed
src/static/css/index.css
@@ -162,7 +162,8 @@ p {
162
}
163
164
.featured-chapter-content-data {
165
- display: flex;
+ display: grid;
166
+ grid-template-columns: 1fr 1fr 1fr;
167
width: 100%;
168
justify-content: space-between;
169
text-align: center;
@@ -564,7 +565,6 @@ p {
564
565
/* Featured Chapter */
566
.featured-chapter,
567
- flex-direction: column;
568
align-items: center;
569
570
@@ -583,6 +583,10 @@ p {
583
width: auto;
584
585
586
+ .featured-chapter-content-data {
587
+ grid-template-columns: 1fr;
588
+ }
589
+
590
.featured-chapter-content-data-item {
591
margin: 10px;
592
0 commit comments