Update profile-readme.html
This commit is contained in:
parent
605b5bfa90
commit
b65804ebee
1 changed files with 12 additions and 1 deletions
|
@ -32,7 +32,6 @@
|
||||||
.avatar-wrapper {
|
.avatar-wrapper {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-info {
|
.user-info {
|
||||||
|
@ -58,6 +57,18 @@
|
||||||
.app {
|
.app {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.user-card {
|
||||||
|
min-width: 100%;
|
||||||
|
border-radius: 0;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.readme {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="app">
|
<div class="app">
|
||||||
<h2>A Dedicated Backend Developer</h2>
|
<h2>A Dedicated Backend Developer</h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue