Skip to content

Commit 53d399e

Browse files
improvement style content actions
1 parent 2d3c5ab commit 53d399e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/App.vue

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function returnVoiceTranscript(transcript) {
2222
<template>
2323
<Nucleus :config="configApp">
2424
<div class="content">
25-
<h2>VoiceCapture Example</h2>
25+
<h2>Voice Capture Example</h2>
2626
<div class="content-actions">
2727
<div class="example-actions">
2828
<button
@@ -162,4 +162,19 @@ function returnVoiceTranscript(transcript) {
162162
resize: vertical;
163163
height: 100px;
164164
}
165+
166+
.content-actions {
167+
display: flex;
168+
gap: 20px;
169+
button,
170+
.language {
171+
width: 50%;
172+
}
173+
@media (max-width: 800px) {
174+
flex-direction: column;
175+
.language {
176+
width: 100%;
177+
}
178+
}
179+
}
165180
</style>

0 commit comments

Comments
 (0)