Skip to content

Commit

Permalink
1 column
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Jan 3, 2024
1 parent f6a9f22 commit 2860fb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/extras/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
<div class="contact-div">
<p class="body">
<el-row :gutter="20">
<el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="8">
<el-col :xs="16" :sm="16" :md="16" :lg="16" :xl="16">
<a href="https://fa.oregonstate.edu/contact">Contact us here</a>
with your comments and questions. Be sure to select "Sustainability Office" from the Category drop-down
menu. You can also check out our
<a href="/#/getstarted">FAQ</a>
</el-col>
<el-col :xs="16" :sm="16" :md="16" :lg="16" :xl="16">
<el-image class="demo-visual" :src="contactDemo"></el-image>
</el-col>
</el-row>
Expand Down

0 comments on commit 2860fb9

Please sign in to comment.