adding responsive 1
This commit is contained in:
@ -19,11 +19,11 @@ import DifferentBox from './DifferentBox.vue';
|
||||
.different {
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
padding: 72px 0;
|
||||
padding: 0 0 72px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 0 150px;
|
||||
padding-bottom: 26px !important;
|
||||
font-size: 52px;
|
||||
text-align: center;
|
||||
}
|
||||
@ -41,4 +41,14 @@ import DifferentBox from './DifferentBox.vue';
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
h3 {
|
||||
padding: 0;
|
||||
}
|
||||
.boxes {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user