* deploy config added
* profile text position shifted upwards * home link added to the header
This commit is contained in:
@@ -23,6 +23,10 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
header a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
article,
|
||||
section {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
@@ -192,7 +196,7 @@ section.article {
|
||||
section.article > .sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.footer-content {
|
||||
margin: auto;
|
||||
width: 780px;
|
||||
@@ -403,7 +407,7 @@ a.awardee,
|
||||
section.awardee {
|
||||
display: grid;
|
||||
grid-column-gap: 20px;
|
||||
grid-template-rows: 80px 100px auto;
|
||||
grid-template-rows: 60px 120px auto;
|
||||
grid-template-areas:
|
||||
"image year"
|
||||
"image name"
|
||||
|
||||
Reference in New Issue
Block a user