Browse Source

make content height relative/liquid

responsive
Georg Hopp 9 years ago
parent
commit
926d593d38
  1. 4
      app/assets/stylesheets/welcome.scss

4
app/assets/stylesheets/welcome.scss

@ -146,7 +146,7 @@ p {
.content { .content {
position: relative; position: relative;
width: 90%; width: 90%;
top: 50%;
height: 100%;
left: 50%; left: 50%;
transform: translate(-50%, 0); transform: translate(-50%, 0);
z-index: 1; z-index: 1;
@ -194,7 +194,7 @@ p {
list-style: none; list-style: none;
text-align: justify; text-align: justify;
width: 100%; width: 100%;
height: 20em;
height: 50%;
top: 50%; top: 50%;
transform: translate(0, -50%); transform: translate(0, -50%);
position: absolute; position: absolute;

Loading…
Cancel
Save