mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Adding scss override for buttons
This commit is contained in:
parent
8a5c5242d8
commit
ee09f6531d
1 changed files with 17 additions and 0 deletions
17
assets/css/style.scss
Normal file
17
assets/css/style.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue