Home: make big circle more responsive
This commit is contained in:
parent
bbf850d5c7
commit
286ddbb0dc
|
@ -159,6 +159,12 @@ main .footer {
|
||||||
top: -60%;
|
top: -60%;
|
||||||
left: 60%;
|
left: 60%;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 1350px) and (min-width: 901px) {
|
||||||
|
#big-circle-wrapper {
|
||||||
|
width: calc(100% - 56%);
|
||||||
|
left: 56%;
|
||||||
|
}
|
||||||
|
}
|
||||||
#pfp {
|
#pfp {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
/* Grid styles */
|
/* Grid styles */
|
||||||
|
|
Loading…
Reference in a new issue