About Page - Fixed mobile css
This commit is contained in:
parent
788779a083
commit
0d7b08cf5d
|
|
@ -14,7 +14,7 @@
|
||||||
.About .title {
|
.About .title {
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
color: #BF8D8C !important;
|
color: #BF8D8C !important;
|
||||||
font-size: 48px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.About .social {
|
.About .social {
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
width: 10rem;
|
width: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.About .links * {
|
.About .links .link {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -53,11 +53,18 @@
|
||||||
height: 10rem;
|
height: 10rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
padding: 5px;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.About .links .link img {
|
.About .links .link img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.About .link, .About .link.bg-white {
|
||||||
|
height:25vw;
|
||||||
width: 25vw;
|
width: 25vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue