summaryrefslogtreecommitdiff
path: root/themes/elenq/static/css/news.css
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2018-12-09 18:39:36 +0100
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2018-12-09 18:39:36 +0100
commitbd79939d7185209ee0b334c447bfc56ce508f11a (patch)
treeb6a6b2c6280c033b927e022bba3a9bb6ea2d88f0 /themes/elenq/static/css/news.css
parenta41c4eb13ce38809bf18ae4243715dd695f8f20c (diff)
Update theme
Diffstat (limited to 'themes/elenq/static/css/news.css')
-rw-r--r--themes/elenq/static/css/news.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/themes/elenq/static/css/news.css b/themes/elenq/static/css/news.css
deleted file mode 100644
index 957978b..0000000
--- a/themes/elenq/static/css/news.css
+++ /dev/null
@@ -1,27 +0,0 @@
-/* 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%;
- }
-}