Skip to content

Commit

Permalink
more edits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrandaccio committed Nov 13, 2024
1 parent 52aa72d commit de53d2b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/css/components/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
line-height: 1.6em;
font-weight: 400;
font-style: normal;
background: #fff9e3;
background: #fff9e5;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/ghost/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ figcaption {
padding: 1.5rem 1.5rem 0;
text-align: center;
color: rgba(0,0,0,0.5);
font-weight: 600;
font-weight: normal;
font-size: 1.3rem;
line-height: 1.4em;
}
Expand Down
15 changes: 8 additions & 7 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ html,
display: flex;
flex-direction: column;
min-height: 100vh;
background: #fff9e3;
background: #fff9e5;
}

.gh-main {
Expand Down Expand Up @@ -363,6 +363,8 @@ html,

.gh-postfeed .gh-post-authors {
text-transform: uppercase;
font-size: 1.4rem;
margin-top: 1rem;
}

@media (min-width: 768px) {
Expand All @@ -383,7 +385,6 @@ html,
.gh-postfeed > :first-child > * {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 8rem;
}

.gh-postfeed > *:first-child .gh-card-title {
Expand All @@ -404,7 +405,7 @@ html,

.gh-postfeed > *:first-child .gh-card-image-wrapper {
grid-column-start: 2;
margin: auto 0 auto 0;
margin: 2rem 0 auto 0;
}

.gh-postfeed > *:first-child .gh-card-picture {
Expand All @@ -426,8 +427,8 @@ html,
@media (min-width: 1300px) {

.gh-postfeed > *:first-child {
margin-left: -50px;
margin-right: -50px;
margin-left: 80px;
margin-right: 80px;
}
}

Expand Down Expand Up @@ -669,8 +670,8 @@ html,
border-bottom: 1px solid #ebedf9;
}
header span{
font-size: 21px;
font-weight: 600;
font-size: 1.5rem;
font-weight: normal;
}
header .close-button, .social-share-list a{
display: flex;
Expand Down
6 changes: 5 additions & 1 deletion page-about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<header class="gh-header gh-canvas">

<div class="lg:grid lg:grid-cols-2 gap-10 text-left max-w-7xl mx-auto">
<div class="lg:grid lg:grid-cols-2 lg:gap-24 text-left max-w-7xl mx-auto">
<div>
<h1 class="gh-title text-size-lg/display">{{title}}</h1>

Expand Down Expand Up @@ -96,6 +96,10 @@
<p>Isabel Bortagaray</p>
<p>Design</p>
</div>
<div>
<p>Catarina Horn</p>
<p>Design</p>
</div>
<div>
<p>Angela Corpus</p>
<p>Communications</p>
Expand Down

0 comments on commit de53d2b

Please sign in to comment.