better title text fitting responsive design
This commit is contained in:
parent
8c16ceee0d
commit
c9354c5f2e
7 changed files with 285 additions and 16 deletions
|
|
@ -24,3 +24,23 @@ ul.bestandliste {
|
|||
margin-left: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.intro-element .content-wrap #centeredMultiLine {
|
||||
height: 60%;
|
||||
width: 100%;
|
||||
line-height: normal;
|
||||
text-shadow: 1px 1px 3px black;
|
||||
font-family: "Roboto", "Source Sans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.intro-element {
|
||||
padding: 2rem 0 2rem 0;
|
||||
}
|
||||
|
||||
/* @media (max-width: 1024px) {
|
||||
.intro-element .content-wrap #centeredMultiLine {
|
||||
height: 100%;
|
||||
line-height: 4em;
|
||||
}
|
||||
} */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue