mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: vue deep selector
This commit is contained in:
@@ -77,15 +77,15 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
::v-deep h1 {
|
||||
::v-deep(h1) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
::v-deep h2 {
|
||||
::v-deep(h2) {
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
|
||||
::v-deep ul {
|
||||
::v-deep(ul) {
|
||||
list-style: inside;
|
||||
padding: 0.5em;
|
||||
line-height: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user