Skip to content
Snippets Groups Projects
Commit 802e349a authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: fixed void on right side

parent 7f9fab88
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
</script> </script>
<template> <template>
<div class="container"> <div class="cont">
<div class="row"> <div class="row">
<div class="col-lg-4 blue-background overflow-auto" :style="{ 'max-height': bluePanelMaxHeight }"> <div class="col-lg-4 blue-background overflow-auto" :style="{ 'max-height': bluePanelMaxHeight }">
<h3 style="color: white; margin-bottom: 16px">Your saving goals</h3> <h3 style="color: white; margin-bottom: 16px">Your saving goals</h3>
...@@ -53,9 +53,10 @@ export default { ...@@ -53,9 +53,10 @@ export default {
</template> </template>
<style scoped> <style scoped>
.container { .cont {
padding-left: 10px;
margin: 0; margin: 0;
width: 100%; width: 98%;
box-sizing: unset; box-sizing: unset;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment