File tree Expand file tree Collapse file tree 5 files changed +45
-21
lines changed Expand file tree Collapse file tree 5 files changed +45
-21
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default {
54
54
},
55
55
56
56
methods: {
57
- onUpdateTitle () {
57
+ onUpdateTitle () {
58
58
document .title = ` ${ this .translatedRoute } | ${ this .$tc (' general.title' )} ` ;
59
59
},
60
60
@@ -112,6 +112,7 @@ p:last-child {
112
112
color : $color-accent ;
113
113
font-size : 32px ;
114
114
font-family : Dortmund, sans-serif ;
115
+ white-space : pre-wrap ;
115
116
}
116
117
117
118
.v-card-subtitle {
Original file line number Diff line number Diff line change 19
19
"about" : " Über mich" ,
20
20
"aboutTraining" : " Ausbildung" ,
21
21
"aboutPractice" : " Berufserfahrung" ,
22
- "services" : " Tätigkeitsspektrum "
22
+ "services" : " Tätigkeitsfelder "
23
23
},
24
24
"subtitle" : {
25
25
"home" : " Fachanwalt für: Miet- und WEG-Recht / Sozialrecht"
Original file line number Diff line number Diff line change @@ -75,13 +75,8 @@ export default {
75
75
flex-wrap : wrap ;
76
76
white-space : pre-wrap ;
77
77
78
- & -card {
79
- max-width : 60% ;
80
- padding : $spacer-md $spacer-xl ;
81
-
82
- & -entry {
83
- color : $color-accent ;
84
- }
78
+ & -card-entry {
79
+ color : $color-accent ;
85
80
}
86
81
87
82
& -section {
@@ -99,10 +94,6 @@ export default {
99
94
.v-list {
100
95
background-color : transparent ;
101
96
}
102
-
103
- .v-card-title , .v-card-subtitle {
104
- white-space : pre-wrap ;
105
- }
106
97
}
107
98
108
99
@media only screen and (max-width : 1000px ) {
@@ -114,6 +105,10 @@ export default {
114
105
padding : 0 ;
115
106
padding-bottom : $spacer-md ;
116
107
}
108
+
109
+ & __content-image-src {
110
+ margin-left : unset ;
111
+ }
117
112
}
118
113
}
119
114
</style >
Original file line number Diff line number Diff line change @@ -41,16 +41,12 @@ export default {
41
41
max-width : 60% ;
42
42
padding : 12px 24px ;
43
43
}
44
-
44
+
45
45
& -image-src {
46
46
width : 350px ;
47
47
margin-left : 36px ;
48
48
}
49
49
}
50
-
51
- .v-card-title , .v-card-subtitle {
52
- white-space : pre-wrap ;
53
- }
54
50
}
55
51
56
52
@media only screen and (max-width : 1000px ) {
@@ -62,6 +58,16 @@ export default {
62
58
padding : 0 ;
63
59
padding-bottom : $spacer-md ;
64
60
}
61
+
62
+ & __content {
63
+ & -card {
64
+ max-width : unset ;
65
+ }
66
+
67
+ & -image-src {
68
+ margin-left : unset ;
69
+ }
70
+ }
65
71
}
66
72
}
67
73
</style >
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export default {
128
128
flex-wrap : wrap ;
129
129
130
130
& -card {
131
- width : 60 % ;
131
+ max- width : 80 % ;
132
132
133
133
& -title {
134
134
padding : 8px 0 24px ;
@@ -153,6 +153,18 @@ export default {
153
153
}
154
154
}
155
155
156
+ & -card-button {
157
+ flex : 40% ;
158
+ margin : 4px 0 ;
159
+ text-transform : none ;
160
+ color : $color-secondary ;
161
+ }
162
+
163
+ & -card {
164
+ max-width : 60% ;
165
+ padding : 12px 24px ;
166
+ }
167
+
156
168
& -image-src {
157
169
width : 350px ;
158
170
margin-left : 36px ;
@@ -162,8 +174,18 @@ export default {
162
174
163
175
@media only screen and (max-width : 600px ) {
164
176
.services-route {
165
- & __content-card-button {
166
- flex : 100% ;
177
+ & __content {
178
+ & -card-button {
179
+ flex : 100% ;
180
+ }
181
+
182
+ & -card {
183
+ max-width : unset ;
184
+ }
185
+
186
+ & -image-src {
187
+ margin-left : unset ;
188
+ }
167
189
}
168
190
}
169
191
}
You can’t perform that action at this time.
0 commit comments