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 ca62ac9 commit 0d19541Copy full SHA for 0d19541
src/components/intro.css
@@ -137,13 +137,24 @@
137
height: auto;
138
}
139
140
+ .intro .intro-area {
141
+ flex-direction: column;
142
+ }
143
+
144
.intro .intro-area .intro-main {
145
flex: 1 1 100%;
146
text-align: center;
147
148
149
.intro .intro-area .intro-book {
- 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;
158
159
160
.intro .intro-area .intro-main .intro-text h2 {
@@ -192,3 +203,10 @@
192
203
border-radius: 4px;
193
204
cursor: pointer;
194
205
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