@layer components {
    .announcement .description {
        @apply overflow-auto;
    }
    .announcement-list .description img{
        @apply w-full md:w-20 h-auto;
    }
    .home .announcement-list img {
        width: 90px;
    }
    .announcements img {
        @apply max-w-full;
    }
}
