Skip to content

Commit 02c6d41

Browse files
committed
Using percentages for styling
1 parent 02b8ec4 commit 02c6d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/SearchForm.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<style scoped>
133133
.search-input {
134134
margin: 0.5em;
135-
width: 50vw;
135+
width: 100%;
136136
}
137137
.options-level {
138138
margin: 3em;
@@ -141,6 +141,6 @@
141141
margin: 2em;
142142
}
143143
.search-progress-bar{
144-
width: 48vw;
144+
width: 105%;
145145
}
146146
</style>

0 commit comments

Comments
 (0)