ปรับปฎิทินเพิ่มเติม

This commit is contained in:
Tanyalak 2023-04-05 18:16:31 +07:00
parent 9fc92cfbcd
commit 412c31d023
6 changed files with 80 additions and 24 deletions

View file

@ -7,16 +7,16 @@
font-family: 'Noto Sans Thai', sans-serif;
}
h1 {
@apply text-4xl;
}
h2 {
@apply text-2xl;
}
h2 {
@apply text-xl;
}
ul{
@apply list-disc
@apply list-disc;
}
ol{
@apply list-decimal
@apply list-decimal;
}
.cardxl{
padding-right: 2rem;
@ -41,14 +41,15 @@
.parallax-inner > h2{
color: #fff;
text-transform: uppercase;
letter-spacing: 5px;
letter-spacing: 2px;
position: absolute;
top: 50%;
left: 0;
margin-top: -20.5px;
width: 100%;
text-align: center;
font-weight: 500;
font-weight: 600;
font-size: 1.5rem !important;
}
.breadTaxt{
font-weight: 300;