Skip to content
Snippets Groups Projects
Verified Commit 19730c84 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Reduce font-size for 'home of plots' in md

Closes #70
parent 2e65be46
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,10 @@ body {
}
}
.plot-background h2 {
font-size: 1.5rem;
}
@include media-breakpoint-up(md) {
.plot-background {
background-image: url('/static/uhepp_vault/background.png');
......@@ -129,6 +133,9 @@ body {
background-repeat: no-repeat;
background-position: 80% 100%;
background-size: contain;
h2 {
font-size: 2rem;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment