Skip to content

Commit 0d19541

Browse files
committed
book info added
1 parent ca62ac9 commit 0d19541

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/components/intro.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,24 @@
137137
height: auto;
138138
}
139139

140+
.intro .intro-area {
141+
flex-direction: column;
142+
}
143+
140144
.intro .intro-area .intro-main {
141145
flex: 1 1 100%;
142146
text-align: center;
143147
}
144148

145149
.intro .intro-area .intro-book {
146-
display: none;
150+
padding: 60px 0;
151+
}
152+
.intro .intro-area .intro-book img {
153+
height: 180px;
154+
}
155+
156+
.intro .intro-book::after {
157+
bottom: 0;
147158
}
148159

149160
.intro .intro-area .intro-main .intro-text h2 {
@@ -192,3 +203,10 @@
192203
border-radius: 4px;
193204
cursor: pointer;
194205
}
206+
207+
@media only screen and (max-width: 991px) {
208+
.book-info {
209+
width: calc(100% - 50px);
210+
right: 25px;
211+
}
212+
}

0 commit comments

Comments
 (0)