Splittato il tema in due template, base e large.

This commit is contained in:
Emiliano Vavassori 2020-11-26 01:57:56 +01:00
parent cdc6531c16
commit cc6dbfe5a4
4 changed files with 471 additions and 31 deletions

View file

@ -59,15 +59,11 @@ article section .blog-post
/* Body */
body {margin: 0}
body > article, footer {
/*line-height: 1.6em;
line-height: 1.6em;
display: block;
max-width: 700px;
margin: 40px auto auto 355px;
padding: 20px 80px 10px;*/
line-height: 1.6em;
display: block;
margin: auto 5px auto 285px;
padding: 10px 5px 10px;*/
padding: 20px 80px 10px;
}
article ol.posts
@ -277,27 +273,3 @@ img {
#license img {
width: 85%;
}
#live {
border: 1px dotted teal;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: stretch;
height: 75vh;
}
#embedded-video {
display: flex;
flex: 7;
}
#embedded-chat {
display: flex;
flex: 2;
}
#live iframe {
border: 0px;
flex: 1;
}