Fixed issue with style elements being applied out of scope

This commit is contained in:
ajdj100
2023-10-10 01:01:17 -04:00
parent a2de408747
commit 128997c09a

View File

@@ -26,7 +26,7 @@ export default {
</div> </div>
</template> </template>
<style> <style scoped>
#profileContentWrapper { #profileContentWrapper {
margin-left: 300px; margin-left: 300px;
margin-top: 100px; margin-top: 100px;