Updated content and increased version number
This commit is contained in:
parent
a592ccb703
commit
a61167dae3
12 changed files with 20 additions and 14 deletions
|
@ -6,6 +6,12 @@
|
|||
|
||||
/* Responsive layout for mobile */
|
||||
@media (max-width: 800px) {
|
||||
p {font-size: 15px;}
|
||||
h1 {font-size: 31px;}
|
||||
h2 {font-size: 27px;}
|
||||
h3 {font-size: 23px;}
|
||||
h4 {font-size: 19px;}
|
||||
|
||||
/* Custom */
|
||||
.img {
|
||||
max-height: 25vh;
|
||||
|
@ -31,7 +37,9 @@
|
|||
}
|
||||
|
||||
.name {
|
||||
text-align: center; width: 100%;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
||||
background-color: var(--accent-color);
|
||||
color: var(--text-color);
|
||||
|
@ -55,7 +63,7 @@
|
|||
|
||||
.footer p {font-size:12px;}
|
||||
|
||||
.info {text-align: center; width: 100%;}
|
||||
.info {font-weight: bold; text-align: center; width: 100%;}
|
||||
.copyright {text-align: center; width: 100%;}
|
||||
|
||||
/* Boxes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue