Client - style update
This commit is contained in:
@ -104,8 +104,17 @@
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/base';
|
||||
.leaflet-container {
|
||||
height: 400px;
|
||||
width: 600px;
|
||||
#workout-map {
|
||||
.leaflet-container {
|
||||
height: 400px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $small-limit) {
|
||||
.leaflet-container {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -81,7 +81,9 @@
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/base';
|
||||
.workout-detail {
|
||||
display: flex;
|
||||
::v-deep(.card) {
|
||||
width: 100%;
|
||||
.card-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
Reference in New Issue
Block a user