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;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 720px) {
|
||||||
|
.moment-row{
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container{
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* START - time */
|
/* START - time */
|
||||||
.time{
|
.time{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 60px;
|
padding-right: 60px;
|
||||||
/* white-space: nowrap; */
|
/* white-space: nowrap; */
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
@media (max-width: 576px){
|
@media (max-width: 576px){
|
||||||
.time{
|
.time{
|
||||||
|
|
Loading…
Add table
Reference in a new issue