Removed debug borders

This commit is contained in:
2025-03-26 15:58:04 +01:00
parent ae9f67b5c2
commit 1a35b68cef
2 changed files with 0 additions and 6 deletions

View File

@@ -79,7 +79,6 @@ export default {
#footer_social_networks{ #footer_social_networks{
width: 15%; width: 15%;
min-width: 200px; min-width: 200px;
border: 2px rgb(16, 207, 102) dotted;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
@@ -104,11 +103,9 @@ export default {
width: 25%; width: 25%;
min-width: 250px; min-width: 250px;
flex-wrap: wrap; flex-wrap: wrap;
border: 2px rgb(212, 15, 230) dotted;
align-content: flex-start; align-content: flex-start;
} }
.footer_links_box{ .footer_links_box{
border: 3px blue dotted;
width: fit-content; width: fit-content;
margin-right: 20px; margin-right: 20px;
margin-bottom: 15px; margin-bottom: 15px;
@@ -134,7 +131,6 @@ export default {
} }
#footer_contact_div{ #footer_contact_div{
border: rgb(82, 15, 170) 2px solid;
width: 15%; width: 15%;
min-width: 160px; min-width: 160px;
} }

View File

@@ -41,7 +41,6 @@
<style scoped> <style scoped>
#projects_summary{ #projects_summary{
border: 4px dotted red;
width: 80%; width: 80%;
margin: auto; margin: auto;
margin-top: 30px; margin-top: 30px;
@@ -60,7 +59,6 @@
width: 90%; width: 90%;
margin: auto; margin: auto;
margin-top: 15px; margin-top: 15px;
border: 4px dotted green;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;