Updated 7 files via CloudCannon

This commit is contained in:
CloudCannon 2020-08-10 11:38:10 +00:00
parent 18ef99e399
commit d7694279b4
7 changed files with 9 additions and 9 deletions

View file

@ -179,7 +179,7 @@ a:hover { color: #38ff59; text-decoration-style: wavy; text-decoration-color: un
.news h2, .links h2 { flex: 0 0 100%; margin-bottom: 20px; }
.news > div, .links > div { background-size: cover; background-repeat: no; background-position: center center; flex: 1 1 512px; min-height: 80vh; padding: 40px; box-sizing: border-box; text-align: left; }
.news > div, .links > div { background-size: cover; background-repeat: no-repeat; background-position: center center; flex: 1 1 512px; min-height: 80vh; padding: 40px; box-sizing: border-box; text-align: left; }
.news .description, .links .description { min-height: unset; }

File diff suppressed because one or more lines are too long

View file

@ -179,7 +179,7 @@ a:hover { color: #38ff59; text-decoration-style: wavy; text-decoration-color: un
.news h2, .links h2 { flex: 0 0 100%; margin-bottom: 20px; }
.news > div, .links > div { background-size: cover; background-repeat: no; background-position: center center; flex: 1 1 512px; min-height: 80vh; padding: 40px; box-sizing: border-box; text-align: left; }
.news > div, .links > div { background-size: cover; background-repeat: no-repeat; background-position: center center; flex: 1 1 512px; min-height: 80vh; padding: 40px; box-sizing: border-box; text-align: left; }
.news .description, .links .description { min-height: unset; }

File diff suppressed because one or more lines are too long