fix page width

This commit is contained in:
2015-08-13 23:42:30 +02:00
parent 38c8b0073a
commit 61d37c748d
3 changed files with 15 additions and 6 deletions

View File

@@ -71,6 +71,7 @@ a:hover {
background:white;
float:left;
margin-bottom:1em;
width:100%;
}
.film:nth-child(even) {
@@ -80,6 +81,7 @@ a:hover {
.film .info {
margin-left:152px;
padding-left:1em;
width: calc(100% - 1em - 152px);
}
.film p {
@@ -109,7 +111,7 @@ a:hover {
}
.film .timetable .time {
margin-right:0.5em;
}
/* Section - Feeback */
@@ -121,6 +123,7 @@ a:hover {
clear:both;
font-size:0.6em;
margin-bottom: 1em;
display:none;
}
#feedback p:FIRST-CHILD {