[O] CSS indent

This commit is contained in:
Hykilpikonna
2020-04-11 19:49:37 -04:00
parent 320c7ab8ff
commit b1df999efb
+10 -10
View File
@@ -39,8 +39,8 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
#info #info
{ {
margin: 20px 20px 10px; margin: 20px 20px 10px;
.header .header
@@ -56,16 +56,16 @@
{ {
margin-bottom: 15px; margin-bottom: 15px;
} }
} }
// Cards // Cards
.left .left
{ {
margin-left: 20px; margin-left: 20px;
} }
.right .right
{ {
margin-right: 20px; margin-right: 20px;
} }
</style> </style>