Browse Source

footer: retrait de style inutiles

Lou 3 years ago
parent
commit
ff4526f716
1 changed files with 0 additions and 31 deletions
  1. 0
    31
      src/components/footer/index.scss

+ 0
- 31
src/components/footer/index.scss View File

@@ -37,26 +37,6 @@
37 37
 			align-items: center;
38 38
 		}
39 39
 
40
-		.footer-contact::before {
41
-			content: "";
42
-			position: absolute;
43
-			background: black;
44
-			height: 2px;
45
-			width: 100%;
46
-			left: 0;
47
-			top: 0;
48
-		}
49
-
50
-		.footer-contact:after {
51
-			content: "";
52
-			position: absolute;
53
-			background: black;
54
-			height: 2px;
55
-			width: 100%;
56
-			left: 0;
57
-			bottom: 0;
58
-		}
59
-
60 40
 		.footer-about {
61 41
 			width: 500px;
62 42
 
@@ -117,17 +97,6 @@
117 97
 			align-items: center;
118 98
 		}
119 99
 
120
-		.footer-contact::before {
121
-			content: "";
122
-			display: block;
123
-			position: absolute;
124
-			background: black;
125
-			height: 2px;
126
-			width: 100%;
127
-			left: 0;
128
-			top: 0;
129
-		}
130
-
131 100
 		.footer-about {
132 101
 			width: 40vw;
133 102
 			margin-left: auto;

Loading…
Cancel
Save