side by side layout
This commit is contained in:
parent
789aecc472
commit
bd339683e8
2 changed files with 38 additions and 26 deletions
|
|
@ -194,7 +194,7 @@ main {
|
|||
min-width: 160px;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
.search-container input:focus {
|
||||
outline: none;
|
||||
border-color: var(--primary-color);
|
||||
box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
|
||||
|
|
@ -295,6 +295,18 @@ tr a {
|
|||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
.order {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.order div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Responsive adjustments */
|
||||
@media (max-width: 768px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue