56 lines
673 B
CSS
56 lines
673 B
CSS
@media (min-width: 1200px) {
|
|
.container {
|
|
max-width: 970px;
|
|
}
|
|
}
|
|
|
|
.news {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.news-item {
|
|
text-align: justify;
|
|
}
|
|
|
|
.news-date {
|
|
font-size: 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
.news-image {
|
|
width: 300px;
|
|
}
|
|
|
|
.error {
|
|
color: red;
|
|
}
|
|
|
|
.fa {
|
|
color: black;
|
|
}
|
|
|
|
.link-dark, .link-dark:visited, .link-dark:focus, .link-dark:any-link {
|
|
color: black;
|
|
}
|
|
|
|
.pagination {
|
|
display: inline-block;
|
|
}
|
|
|
|
.pagination a {
|
|
color: black;
|
|
float: left;
|
|
padding: 5px 5px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.pagination a.active {
|
|
background-color: gray;
|
|
color: white;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
footer {
|
|
height: 50px;
|
|
}
|