Skip to content

Commit 64631ee

Browse files
append to last commit ^^_
1 parent 98e50a7 commit 64631ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/extras/extra-pymug.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<p>
3232
<a href="https://twitter.com/pymugdotcom">
3333
<img
34-
class="h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded" src="images/icons/twitter.svg"></a>&nbsp;
34+
class="social h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded" src="images/icons/twitter.svg"></a>&nbsp;
3535
<a href="https://www.linkedin.com/company/pymug/">
3636
<img
37-
class="h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded"
37+
class="social h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded"
3838
src="images/icons/linkedin.svg"></a>&nbsp;
3939
<a href="https://www.facebook.com/groups/318161658897893/">
4040
<img
41-
class="h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded"
41+
class="social h-12 w-12 bg-yellow-500 hover:bg-yellow-600 text-white font-bold py-2 px-4 rounded"
4242
src="images/icons/facebook.svg"></a>&nbsp;
4343
</p>
4444
</div>

src/views/PageExtras.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ export default {
3131
</script>
3232

3333

34-
<style lang="scss" scoped>
34+
<style lang="scss">
3535
small {
3636
@apply text-2xl;
3737
}
38-
a img{
38+
.social{
3939
display: inline-block;
4040
}
4141
</style>

0 commit comments

Comments
 (0)