We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373af6c commit 51be93eCopy full SHA for 51be93e
onhaye/src/scss/home/events.scss
@@ -109,6 +109,8 @@
109
text-align: right;
110
display: flex;
111
justify-content: flex-end;
112
+ position: absolute;
113
+ width: 100%;
114
115
span {
116
background: #ddd;
onhaye/src/scss/main.scss
@@ -722,17 +722,17 @@ footer #container-section-noussuivre {
722
background-color: $primary-red;
723
border: 0;
724
border-radius: 8px;
725
- color: #fff;
+ color: #000;
726
font-weight: 500;
727
padding: 20px 45px 20px 26px;
728
729
div,
730
731
- color: #fff !important;
+ color: #000 !important;
732
}
733
734
a {
735
736
737
738
0 commit comments