Fixed horizontal scrollbar reducing circular progress size on medium devices.
This commit is contained in:
parent
b5fe77f876
commit
7ebf013cdc
1 changed files with 5 additions and 0 deletions
|
@ -496,6 +496,11 @@
|
||||||
.about-section.container {
|
.about-section.container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.circular-progress {
|
||||||
|
width: 140px;
|
||||||
|
height: 140px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Small devices (landscape phones, 576px and up) */
|
/* Small devices (landscape phones, 576px and up) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue