Skip to content

Commit

Permalink
Merge pull request #55 from CityOfPhiladelphia/fix-margin
Browse files Browse the repository at this point in the history
Fix margin
  • Loading branch information
m-atia authored Feb 5, 2025
2 parents 127bbf4 + 8d8e78c commit ed4f1c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/ServiceRequestTracker.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<template>
<div class="widget">
<div class="row">
<div class="vue-search">
<input
name="service-search"
Expand Down Expand Up @@ -208,10 +208,6 @@ export default {
</script>

<style lang="scss">
.widget {
max-width: 50rem;
margin: 0 auto;
}
.search-input{
padding: 24px 0 24px 0;
Expand Down

0 comments on commit ed4f1c1

Please sign in to comment.