Merge remote-tracking branch 'remotes/origin/branch_0.7.2' into branch_0.7.3

# Conflicts:
#	themes/d3/css/d3.css
This commit is contained in:
Daniel Seifert 2018-12-20 11:40:55 +01:00
commit 834f2bc854
1 changed files with 12 additions and 0 deletions

View File

@ -196,3 +196,15 @@ li {
font-size: 14px;
color: #f7f7f7;
}
@media (max-width:768px){
.HomepageTitle h2 {
font-size: 30px;
}
}
@media (max-width:571px){
.HomepageTitle h2 {
font-size: 24px;
}
}