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