Changed content on homepage and about
This commit is contained in:
parent
c49ae36038
commit
3c2e03cf90
8 changed files with 27 additions and 15 deletions
BIN
html/assets/img/about.png
Normal file
BIN
html/assets/img/about.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
BIN
html/assets/img/lookthere.png
Normal file
BIN
html/assets/img/lookthere.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1 MiB |
|
@ -18,7 +18,7 @@
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
.menu p {user-select: none; font-size: 20px;}
|
||||
.menu p {user-select: none; font-size: 16px;}
|
||||
|
||||
.menu a {
|
||||
color: var(--background-color);
|
||||
|
|
|
@ -69,7 +69,7 @@ a:hover {
|
|||
background-color: var(--accent-color);
|
||||
color: var(--background-color);
|
||||
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
|
||||
margin: auto;
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ a:hover {
|
|||
background-color: var(--accent-color);
|
||||
color: var(--background-color);
|
||||
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
|
||||
margin: auto;
|
||||
}
|
||||
|
@ -106,7 +106,7 @@ a:hover {
|
|||
|
||||
/* Boxes */
|
||||
.box {
|
||||
width: 80%;
|
||||
width: min(1400px, 80%);
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue