1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-03-23 23:29:38 +01:00

faq.html - Changed FAQ Card border radius

This commit is contained in:
Matthew Patrick 2021-09-24 13:51:17 +07:00
parent 850e960d4f
commit 27304140a0

View file

@ -29,10 +29,7 @@
}
.card {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-radius: 10px;
}
</style>
</head>