Fix responsiveness issues
This commit is contained in:
parent
cd38bf6cc3
commit
0ebcba97a8
4 changed files with 18 additions and 19 deletions
|
@ -43,24 +43,19 @@ section {
|
|||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
&#certificates {
|
||||
& div {
|
||||
padding-top: 1em;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
justify-content: start;
|
||||
}
|
||||
&#certificates div {
|
||||
flex-wrap: wrap;
|
||||
|
||||
& a {
|
||||
min-width: 200px;
|
||||
width: 15%;
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
&#about #stats {
|
||||
&#about #stats div {
|
||||
flex-wrap: wrap;
|
||||
& img {
|
||||
width: 45%;
|
||||
max-width: 350px;
|
||||
min-width: 300px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue