mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
Removed debug borders
This commit is contained in:
@@ -79,7 +79,6 @@ export default {
|
||||
#footer_social_networks{
|
||||
width: 15%;
|
||||
min-width: 200px;
|
||||
border: 2px rgb(16, 207, 102) dotted;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
@@ -104,11 +103,9 @@ export default {
|
||||
width: 25%;
|
||||
min-width: 250px;
|
||||
flex-wrap: wrap;
|
||||
border: 2px rgb(212, 15, 230) dotted;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.footer_links_box{
|
||||
border: 3px blue dotted;
|
||||
width: fit-content;
|
||||
margin-right: 20px;
|
||||
margin-bottom: 15px;
|
||||
@@ -134,7 +131,6 @@ export default {
|
||||
}
|
||||
|
||||
#footer_contact_div{
|
||||
border: rgb(82, 15, 170) 2px solid;
|
||||
width: 15%;
|
||||
min-width: 160px;
|
||||
}
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
|
||||
<style scoped>
|
||||
#projects_summary{
|
||||
border: 4px dotted red;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
margin-top: 30px;
|
||||
@@ -60,7 +59,6 @@
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
margin-top: 15px;
|
||||
border: 4px dotted green;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user