modify minor styles
This commit is contained in:
parent
982af8a8c5
commit
46dedc8691
1 changed files with 12 additions and 0 deletions
|
@ -104,12 +104,24 @@ p{
|
|||
position: relative;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.moment-row{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.container{
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* START - time */
|
||||
.time{
|
||||
text-align: right;
|
||||
padding-right: 60px;
|
||||
/* white-space: nowrap; */
|
||||
font-weight: 300;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@media (max-width: 576px){
|
||||
.time{
|
||||
|
|
Loading…
Add table
Reference in a new issue