Adding scss override for buttons

This commit is contained in:
Paul Gauthier 2023-05-15 12:03:07 -07:00
parent 8a5c5242d8
commit ee09f6531d

17
assets/css/style.scss Normal file
View file

@ -0,0 +1,17 @@
---
---
@import "{{ site.theme }}";
@media screen and (max-width: 23em){
.btn{
display:block;
width:100%;
padding:0.75rem;
font-size:0.9rem;
}
.btn+.btn{
margin-top:1rem;
margin-left:0;
}
}