Mobile styling
This commit is contained in:
parent
90fd55828d
commit
336f9e4c4a
@ -29,7 +29,7 @@
|
||||
.badgeSet {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 10px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.achievement {
|
||||
@ -54,6 +54,7 @@
|
||||
background: var(--badge-bg, transparent);
|
||||
color: var(--badge-color, inherit);
|
||||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
|
||||
&:last-of-type {
|
||||
margin-right: 0;
|
||||
@ -132,6 +133,7 @@
|
||||
.socials {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
|
||||
& > * {
|
||||
|
@ -28,6 +28,10 @@
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 890px) {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
|
Loading…
Reference in New Issue
Block a user