59 lines
No EOL
1.2 KiB
SCSS
59 lines
No EOL
1.2 KiB
SCSS
.partners-section {
|
|
padding-bottom: 100px;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
max-width: 1440px;
|
|
|
|
&__subtext {
|
|
margin-bottom: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
&__partners {
|
|
width: 100%;
|
|
}
|
|
|
|
h2 {
|
|
word-break: break-word;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.glowing-box {
|
|
|
|
&--partners {
|
|
min-height: 80px;
|
|
background: #222;
|
|
border-radius: 15px;
|
|
transition: all ease 0.2s;
|
|
border: 1px solid #333;
|
|
box-shadow: 0px 1px 2px 0px rgba(0,126,189,0.7),
|
|
1px 2px 4px 0px rgba(0,126,189,0.7),
|
|
2px 4px 8px 0px rgba(0,126,189,0.7),
|
|
2px 4px 16px 0px rgba(0,126,189,0.7);
|
|
|
|
padding: 2em;
|
|
|
|
ul {
|
|
column-count: 1;
|
|
list-style: none;
|
|
|
|
@media screen and (min-width: 600px) {
|
|
column-count: 2;
|
|
}
|
|
|
|
@media screen and (min-width: 1200px) {
|
|
column-count: 3;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
p {
|
|
word-break: break-word;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
}
|
|
} |