Skip to content

Commit f9217c0

Browse files
adjustmetn styles
1 parent 6bfefb3 commit f9217c0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/App.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ body.darkmode {
9797
9898
h2 {
9999
margin: 0 0 1rem;
100+
font-weight: bold;
100101
}
101102
102103
.content {
@@ -122,6 +123,7 @@ h2 {
122123
123124
header {
124125
width: 100%;
126+
padding: 1rem;
125127
}
126128
127129
.logo {
@@ -170,7 +172,7 @@ header {
170172
background: var(--vtl-background);
171173
border: 2px solid var(--vtl-background);
172174
color: var(--color-text);
173-
width: calc(100% - 1rem);
175+
width: 100%;
174176
}
175177
176178
.install {

src/assets/main.css

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#app {
44
max-width: 1280px;
55
margin: 0 auto;
6-
padding: 2rem;
76
font-weight: normal;
87
}
98

src/components/ModalInstall.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const props = defineProps(['active', 'closeModal'])
1212
</svg>
1313
</button>
1414
<div class="modal-content">
15-
<h1>Install</h1>
15+
<h2>Install</h2>
1616
<code class="code-wrapper">
1717
{{ `npm run install vue-techs-logos` }}
1818
</code>

0 commit comments

Comments
 (0)