'padding'

This commit is contained in:
ken 2026-03-30 19:06:11 +08:00
parent a44388ac08
commit a0bd8de74c
2 changed files with 7 additions and 0 deletions

View File

@ -580,6 +580,9 @@ blockquote{
color: #fff;
width:85%;
font-weight: bold;
@media(min-width: 768px){
padding:0.5em 1em;
}
@media(max-width: 768px){
width: 100%!important;
font-size: 1.2em;

View File

@ -367,6 +367,10 @@ ul.button-mid{
background-color: $theme-color-third;
border-radius: 0 0 64px 64px;
position: relative;
@media(min-width:769px){
padding: 1em!important;
}
@media(max-width: 768px){
border-radius: 0;
padding-bottom: 4em;