mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
f6a339c857
commit
b92dd2968c
6 changed files with 64 additions and 18 deletions
|
|
@ -16,7 +16,7 @@ body {
|
|||
}
|
||||
|
||||
.header_menu {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 0.5rem 1rem;
|
||||
align-items: center;
|
||||
|
|
@ -65,8 +65,13 @@ width: 100%;
|
|||
.content {
|
||||
margin-top: 12px;
|
||||
background: #fff;
|
||||
height: 250px;
|
||||
border-radius: 8px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.income_chart {
|
||||
height: 180px;
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
|
@ -186,6 +191,7 @@ width: 100%;
|
|||
}
|
||||
|
||||
@media (max-width: 805px) {
|
||||
.income_chart,
|
||||
.header {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue