Don't use info description
This commit is contained in:
+6
-16
@@ -73,37 +73,27 @@ section {
|
||||
|
||||
.info-block {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
height: 50px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.info-block .img {
|
||||
float: left;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-color: #ddd;
|
||||
background-position: center;
|
||||
background-size: 100% auto;
|
||||
margin-right: 20px;
|
||||
margin-right: 10px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.info-block .img.empty {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.info-block h1 {
|
||||
font-size: 32px;
|
||||
line-height: 32px;
|
||||
line-height: 50px;
|
||||
margin: 0;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.info-block p {
|
||||
max-width: 100%;
|
||||
margin-right: 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.week-selector {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user