Info block
This commit is contained in:
@@ -35,3 +35,30 @@ li.nav {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.info-block {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.info-block .img {
|
||||
float: left;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-position: center;
|
||||
background-size: 100% auto;
|
||||
margin-right: 20px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.info-block h1 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.info-block p {
|
||||
max-width: 100%;
|
||||
margin-right: 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user