Hi,
I tried to use this code:
$el {
vertical-align: middle;
float: none;
display: table-cell !important;
height: 100vh !important;
}
… to vertically center text, but it seems that it centers content based on screen size. It works well if I - as an example use: height:100vh; on a section, but not if I have section which is 60vh.
Is it possible?


