Certifications
This commit is contained in:
parent
568fd64a8d
commit
cd38bf6cc3
4 changed files with 81 additions and 69 deletions
|
@ -17,8 +17,12 @@ header {
|
|||
}
|
||||
}
|
||||
|
||||
section {
|
||||
mdui-card {
|
||||
max-width: 1000px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
@ -26,7 +30,6 @@ section {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 1em;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
gap: 0.5em;
|
||||
|
@ -40,18 +43,25 @@ section {
|
|||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
&#about {
|
||||
& #stats img {
|
||||
&#certificates {
|
||||
& div {
|
||||
padding-top: 1em;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
& a {
|
||||
min-width: 200px;
|
||||
width: 15%;
|
||||
}
|
||||
}
|
||||
|
||||
&#about #stats {
|
||||
flex-wrap: wrap;
|
||||
& img {
|
||||
width: 45%;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
& #certificates {
|
||||
padding-top: 1em;
|
||||
& a {
|
||||
min-width: 150px;
|
||||
width: 15%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue