feat: format
This commit is contained in:
parent
d4bc054293
commit
8d320b8c1c
10 changed files with 20039 additions and 28 deletions
|
|
@ -49,11 +49,8 @@ li {
|
|||
}
|
||||
|
||||
.graph-background {
|
||||
background-image: linear-gradient(
|
||||
to right,
|
||||
rgba(200, 200, 200, 0.4) 1px,
|
||||
transparent 1px
|
||||
),
|
||||
background-image:
|
||||
linear-gradient(to right, rgba(200, 200, 200, 0.4) 1px, transparent 1px),
|
||||
linear-gradient(to bottom, rgba(200, 200, 200, 0.4) 1px, transparent 1px);
|
||||
background-size: 3vw 3vw;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ header {
|
|||
justify-content: space-between;
|
||||
}
|
||||
footer {
|
||||
justify-content: flex-end;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.main {
|
||||
|
|
@ -28,6 +28,11 @@ footer {
|
|||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.greek-delta {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue