Updated styling
This commit is contained in:
parent
2c5eda97e3
commit
807b877035
1 changed files with 14 additions and 10 deletions
|
@ -55,12 +55,12 @@ export default {
|
|||
flex: 0 1 100%;
|
||||
|
||||
@media (min-width: 35em) {
|
||||
flex: 0 1 20em;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
flex: 0 1 100%;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,8 +93,12 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
.image {
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue