Skip to content

Commit a4be81d

Browse files
Saque css innecesario
1 parent 3063dd9 commit a4be81d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/App.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
.then(res => res.json())
88
.then(data => dolares.value = data)
99
}
10-
11-
10+
1211
loadData()
1312
1413
</script>
@@ -28,11 +27,10 @@
2827
</div>
2928
</div>
3029
</div>
31-
</div>
30+
</div>
3231
</template>
3332

3433

35-
3634
<style >
3735
.dolares {
3836
display: flex;
@@ -52,8 +50,6 @@
5250
.dolar_nombre{
5351
width: 100%;
5452
text-align: center;
55-
margin-bottom: 0;
56-
padding-bottom: 0;
5753
font-weight: bold;
5854
}
5955
.compraventa{

0 commit comments

Comments
 (0)