styles changes

This commit is contained in:
Alex Martzios 2022-05-04 12:48:32 +03:00
parent 29bdacee14
commit 574f63ebfd
2 changed files with 5 additions and 1 deletions

View File

@ -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) {

View File

@ -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;
} }