Minor mobile improvements
This commit is contained in:
parent
c9de0b4dac
commit
6018a84ed8
@ -225,8 +225,8 @@ body {
|
||||
color: var(--white);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.4;
|
||||
font-size: 0.95rem;
|
||||
line-height: 1.5;
|
||||
padding: 2rem 1.5rem;
|
||||
justify-content: center;
|
||||
|
||||
@ -820,12 +820,18 @@ section#studies {
|
||||
max-width: var(--column-width);
|
||||
padding-bottom: 1rem;
|
||||
width: var(--column-width);
|
||||
}
|
||||
|
||||
+ p {
|
||||
> p {
|
||||
color: var(--white);
|
||||
padding-right: 1rem;
|
||||
margin-bottom: 0;
|
||||
max-width: var(--column-width);
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #fff;
|
||||
text-decoration-thickness: 0.15rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -20,7 +20,10 @@
|
||||
<section id="studies">
|
||||
<h1>Case studies</h1>
|
||||
<p class="tablet-hide">
|
||||
Longer form overviews of some of my projects over the past few years. These each highlight different aspects of my design process, collaboration, and skills.
|
||||
These longer format stories each highlight different aspects of my design process, thinking, collaboration style, and skills.
|
||||
</p>
|
||||
<p class="tablet-hide">
|
||||
You can also read about my <a href="/values">design philosophy and values</a> specifically.
|
||||
</p>
|
||||
{{ range where .Site.RegularPages "Section" "studies" }}
|
||||
{{- $page := . -}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user