We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac12be commit ac2882bCopy full SHA for ac2882b
homepage/homepage.css
@@ -3116,6 +3116,7 @@ body {
3116
3117
.footer--simple {
3118
align-items: center;
3119
+ justify-content: center;
3120
padding-top: 0
3121
}
3122
@@ -3125,7 +3126,6 @@ body {
3125
3126
3127
.footer__primary {
3128
margin: 0;
- margin-right: -7px;
3129
3130
3131
.footer__end {
@@ -4375,19 +4375,9 @@ body {
4375
justify-content: center
4376
4377
4378
- #footer .footer {
4379
- flex-direction: column;
4380
- }
4381
-
4382
#footer .footer__social {
4383
margin: 15px auto;
4384
4385
4386
- #footer .footer__primary {
4387
- margin: auto;
4388
- margin-bottom: 15px;
4389
- margin-top: 5px;
4390
4391
4392
4393
@media only screen and (max-width:500px) {
0 commit comments