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 {
|
||||
padding-bottom: 20px;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
.user-info {
|
||||
|
@ -58,6 +57,18 @@
|
|||
.app {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.user-card {
|
||||
min-width: 100%;
|
||||
border-radius: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.readme {
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="app">
|
||||
<h2>A Dedicated Backend Developer</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue