ปรับปฎิทินเพิ่มเติม
This commit is contained in:
parent
9fc92cfbcd
commit
412c31d023
6 changed files with 80 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue