feat: améliore la présentation de la revue de presse

pull/1/head
Jalil Arfaoui 2022-09-06 17:46:31 +02:00
parent acf00f43a6
commit 8614c56ccc
1 changed files with 4 additions and 4 deletions

View File

@ -9,11 +9,11 @@
height: 35rem; height: 35rem;
.news-head { .news-head {
@apply w-full flex items-center; @apply w-full flex items-center mt-2;
height: 6rem; height: 5rem;
img { img {
@apply w-1/4 mx-2 py-2 px-4; @apply w-1/4 mx-2 mt-2 py-2 px-2;
} }
h3 { h3 {
@ -23,7 +23,7 @@
time { time {
@apply text-slate-100 text-sm; @apply text-slate-100 text-sm;
height: 3rem; height: 1rem;
} }
cite { cite {