styles changes
This commit is contained in:
parent
29bdacee14
commit
574f63ebfd
|
@ -425,7 +425,10 @@
|
||||||
|
|
||||||
#landing-sections .landing-section:not(:last-child){
|
#landing-sections .landing-section:not(:last-child){
|
||||||
border-bottom: solid 3px var(--landing-section-separator-color);
|
border-bottom: solid 3px var(--landing-section-separator-color);
|
||||||
padding-bottom: 80px;
|
}
|
||||||
|
|
||||||
|
#landing-sections .landing-section {
|
||||||
|
padding-bottom: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#landing-sections .landing-section:not(:first-child) {
|
#landing-sections .landing-section:not(:first-child) {
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
content: "\e895"; /* launch */
|
content: "\e895"; /* launch */
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
|
margin-top: -5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue