fix(docs landing): make docs landing responsive
This commit is contained in:
parent
f30d71a3cc
commit
c0f7818725
@ -1,3 +1,9 @@
|
||||
.card-row {
|
||||
@media screen and (max-width: 1200px) {
|
||||
flex-direction: column !important;
|
||||
}
|
||||
}
|
||||
|
||||
.docs-landing {
|
||||
.button {
|
||||
margin: 0;
|
||||
@ -15,6 +21,19 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 250px;
|
||||
width: 300px;
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 321px) {
|
||||
width: 270px;
|
||||
}
|
||||
}
|
||||
|
||||
md-card-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user