[frio] Fix minimal layout

This commit is contained in:
Hypolite Petovan 2018-12-29 00:19:07 -05:00
parent 979230da27
commit fdcdbe287e
1 changed files with 9 additions and 0 deletions

View File

@ -130,6 +130,15 @@ blockquote {
/*
* standard page elements
*/
section.minimal {
top: 0px;
left: 0px;
position: absolute;
width: 100%;
height: 100%;
}
#back-to-top {
display: none;
cursor: pointer;