mirror of
https://github.com/loviuz/loviuz-website.git
synced 2024-12-22 13:34:51 +01:00
24 lines
372 B
CSS
24 lines
372 B
CSS
@media (max-width: 768px) {
|
|
.projects-list > li > img{
|
|
float: none;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.projects-list > li > a{
|
|
float: right;
|
|
}
|
|
|
|
.projects-list .progress{
|
|
width: 100%;
|
|
}
|
|
|
|
.news-image{
|
|
float: none;
|
|
}
|
|
|
|
.list ul.news-list li .reading-time{
|
|
display: block;
|
|
margin-left: 0;
|
|
}
|
|
}
|