mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
17 lines
224 B
SCSS
17 lines
224 B
SCSS
---
|
|
---
|
|
|
|
@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;
|
|
}
|
|
}
|