1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 06:30:50 -05:00

not messing with the base font size sure fixes a ton of problems....

This commit is contained in:
2021-12-31 19:51:29 -05:00
parent a6499fd5bb
commit 854b9da5e2
19 changed files with 66 additions and 73 deletions

View File

@@ -18,7 +18,7 @@
justify-content: space-between;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 768px) {
.header {
padding: 0.75em 1.25em;
}

View File

@@ -9,8 +9,6 @@
.item {
margin-left: 1.8em;
display: inline-flex;
align-items: center;
line-height: 1;
.link {
display: inline-flex;
@@ -34,7 +32,6 @@
font-weight: 500;
margin-top: 0.125em;
margin-left: 0.75em;
line-height: 1;
}
}
@@ -42,9 +39,9 @@
margin-left: 1.25em;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 768px) {
.menu {
max-width: 380px;
max-width: 360px;
justify-content: space-between;
flex-grow: 1;
}

View File

@@ -26,12 +26,11 @@
.name {
margin: 0 0.6em;
font-size: 1.25em;
font-size: 1.2em;
font-weight: 500;
letter-spacing: -0.01em;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 768px) {
.selfie {
width: 70px;
height: 70px;

View File

@@ -2,6 +2,5 @@
border: 0;
padding: 0;
background: none;
line-height: 1;
cursor: pointer;
}