Skip to content

Commit dfd11fb

Browse files
author
WAY2\david.desmaisons
committed
correct CSS
1 parent 48a4878 commit dfd11fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div class="app">
33
<img src="./assets/logo.png">
44
<h1>{{ msg }}</h1>
55
<h2>Related Links</h2>
@@ -29,7 +29,7 @@ export default {
2929
</script>
3030

3131
<style>
32-
#main {
32+
.app {
3333
font-family: 'Avenir', Helvetica, Arial, sans-serif;
3434
-webkit-font-smoothing: antialiased;
3535
-moz-osx-font-smoothing: grayscale;

0 commit comments

Comments
 (0)