create profile section
This commit is contained in:
@@ -39,11 +39,11 @@
|
||||
</template>
|
||||
|
||||
|
||||
<style scoped>
|
||||
<style>
|
||||
@media (min-width: 768px) {
|
||||
|
||||
.panel {
|
||||
background: url("./images/aboutUs.jpg");
|
||||
background: url("public/images/aboutUs.jpg");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat !important;
|
||||
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
|
||||
@@ -80,7 +80,7 @@
|
||||
}
|
||||
|
||||
.panel {
|
||||
background: url("./images/aboutUs.jpg");
|
||||
background: url("public/images/aboutUs.jpg");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat !important;
|
||||
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
|
||||
|
||||
Reference in New Issue
Block a user