Skip to content

Commit 8b3b90b

Browse files
committed
Theme Sambreville - Contact
1 parent 93523fd commit 8b3b90b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

sambreville/src/scss/divers.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,17 @@ input#search_button {
112112
}
113113

114114
//Section contact
115-
.section-contact .row {
116-
margin: 0 !important;
115+
.section-contact {
116+
margin: 0 auto !important;
117+
padding: 18px;
117118
}
118119

119120
.section-contact {
120-
.table.table_schedule tbody tr {
121-
display: grid;
121+
table.table_schedule tbody tr {
122+
display: grid !important;
122123

123124
&:first-child td:first-child {
124-
font-weight: 900;
125+
font-weight: 900 !important;
125126
}
126127
}
127128
}

0 commit comments

Comments
 (0)