We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27de0d1 commit f41ecb6Copy full SHA for f41ecb6
sambreville/src/scss/divers.scss
@@ -113,20 +113,20 @@ input#search_button {
113
114
//Section contact
115
.sectioncontact {
116
- .row {
117
- margin: 0;
118
- }
119
-
120
.section-contact {
121
margin: 0 auto !important;
122
padding: 18px;
123
124
- .contact_informations {
125
- width: 100%;
126
+ .row {
+ margin: 0;
+
+ .contact_informations {
+ width: 100%;
+ }
127
128
- .address {
129
+ .address {
130
}
131
132
@@ -152,5 +152,5 @@ input#search_button {
152
//Contact
153
#portal-column-content .section-contact .contact-type-organization {
154
background: $primary-svg;
155
- border-radius: 10px;
+ border-radius: 10px !important;
156
0 commit comments