'padding'
This commit is contained in:
parent
a44388ac08
commit
a0bd8de74c
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue