mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 06:30:50 -05:00
separate repository grid styles/logic from the card component
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.header {
|
||||
padding: 0.5em 1.25em;
|
||||
padding: 0.75em 1.25em;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,12 +43,16 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.item {
|
||||
margin-left: 1.75em;
|
||||
.menu {
|
||||
max-width: 380px;
|
||||
justify-content: space-between;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.item {
|
||||
.icon {
|
||||
width: 1.75em;
|
||||
height: 1.75em;
|
||||
width: 1.8em;
|
||||
height: 1.8em;
|
||||
}
|
||||
|
||||
// hide text next to emojis on mobile
|
||||
@@ -56,8 +60,4 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.theme_toggle {
|
||||
margin-left: 1.4em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user