mirror of
https://github.com/its-michaelroy/Simple_Portfolio.git
synced 2026-06-03 23:00:43 +00:00
Added projects, updated Picture size, Download CV button, Text under said button, increased footer icon size, and moved copyright and so forth closer to bottom of screen. Also, fixed spelling errors.
This commit is contained in:
@@ -2622,7 +2622,7 @@ input[type="button"],
|
||||
height: 3.15em;
|
||||
height: calc(2.75em + 6px);
|
||||
line-height: 2.75em;
|
||||
min-width: 10em;
|
||||
min-width: 100%;
|
||||
padding: 0 1.5em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
@@ -2811,29 +2811,40 @@ input[type="button"]:disabled,
|
||||
font-size: 1.35em;
|
||||
line-height: 1.75em;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#header > .inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#header .image.avatar {
|
||||
margin: 0 0 1em 0;
|
||||
width: 6.25em;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
#footer .icons {
|
||||
margin: 1em 0 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#footer .icons a {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
font-size: 1.5em; /* come back later */
|
||||
}
|
||||
|
||||
#footer .copyright {
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
font-size: 0.8em;
|
||||
list-style: none;
|
||||
margin: 1em 0 0 0;
|
||||
margin: 5em 0 0 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#footer .copyright li {
|
||||
|
||||
Reference in New Issue
Block a user