center contribute section

This commit is contained in:
Jake
2021-12-03 18:29:34 -07:00
committed by mDuo13
parent 1eae37e095
commit e1c8fffe9e
3 changed files with 22 additions and 10 deletions

View File

@@ -20,8 +20,19 @@
}
}
.code-contribute {
@include media-breakpoint-up(lg) {
width: 75vw;
position: relative;
left: 20%;
right: 20%;
margin-left: -30vw;
margin-right: -30vw;
}
}
.contribute_1 {
// border-top: 2px solid linear-gradient(to right rgba(255,0,0,.8), rgba(255,0,0,0));
&::before {
content:"";
background: -webkit-linear-gradient(left, rgba(254, 255, 1, 1), rgba(255, 45, 154, 1) );