summaryrefslogtreecommitdiff
path: root/themes/elenq/static/css/news.css
blob: 957978b72ef83d705d5d76c17a381abf03873aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* News section in the first page
 */

.news p{ /* Reduce margin in the news section*/
  margin-bottom: 1ex;
}

.news_date{
  font-style: italic;
}
@media (min-width: 800px){ /*more than a tablet*/
  .news_header{
    width: 100%;
    min-width: 100%;
    display: inline-flex;
    flex: 1;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: baseline;
  }
  .news_date{
    font-style: normal;
    font-size: 110%;
  }
}