mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
button layout
This commit is contained in:
parent
34a00d5ddb
commit
558eb067fb
1 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,15 @@
|
|||
.main-content blockquote {
|
||||
border-left-color: #159957;
|
||||
}
|
||||
@media screen and (max-width: 20em) {
|
||||
.btn {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
.btn + .btn {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue