Skip to content
Snippets Groups Projects
Commit 5ebcf21b authored by Andrey's avatar Andrey
Browse files

section and .content now in layout.cssc

parent fd86b669
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,6 +19,16 @@ html {
z-index: 5;
}
 
.content {
height: 100%;
width: 100%;
}
.content section {
height: 100%;
display: table-row;
}
.container .content {
margin: 0 0;
}
Loading
Loading
Loading
Loading
@@ -505,19 +505,8 @@ pre.light-well {
display: inline-block;
}
 
.content {
height: 100%;
width: 100%;
}
.max-height {
height: 100%;
display: table;
width: 100%;
}
section {
height: 100%;
display: table-row;
}
\ No newline at end of file
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