We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93523fd commit 8b3b90bCopy full SHA for 8b3b90b
sambreville/src/scss/divers.scss
@@ -112,16 +112,17 @@ input#search_button {
112
}
113
114
//Section contact
115
-.section-contact .row {
116
- margin: 0 !important;
+.section-contact {
+ margin: 0 auto !important;
117
+ padding: 18px;
118
119
120
.section-contact {
- .table.table_schedule tbody tr {
121
- display: grid;
+ table.table_schedule tbody tr {
122
+ display: grid !important;
123
124
&:first-child td:first-child {
- font-weight: 900;
125
+ font-weight: 900 !important;
126
127
128
0 commit comments