feat: Minor fixes to profile page

This commit is contained in:
scmmishra
2019-02-28 18:11:46 +05:30
parent ab8fc8c2bf
commit f0a56b977a
3 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section>
<div>
<div class="py-5">
<div class="row">
<div class="col-sm-3 text-center">
<span class="sidebar-standard-image" title="Lorem Ipsum">
@@ -77,10 +77,12 @@ export default {
top: 0;
right: 0;
}
.standard-image {
font-size: 72px;
border-radius: 6px;
}
ul {
list-style-type: none;
padding: 0;

View File

@@ -82,11 +82,13 @@ export default {
};
</script>
<style scoped>
a {
text-decoration: none;
}
li {
list-style-type: none;
padding: 0;
}
a {
text-decoration: none;
color: black;
}
</style>