more improvements and fixes
This commit is contained in:
parent
07d0c86ebb
commit
9b7b75d814
6 changed files with 17 additions and 7 deletions
|
@ -96,7 +96,7 @@ p {
|
|||
margin: 0 auto;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
box-shadow: inset 0 0 6px 4px #fff;
|
||||
border: 2px solid #fff;
|
||||
|
||||
img {
|
||||
position: relative;
|
||||
|
@ -132,7 +132,7 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
@include media-breakpoint-down(md) {
|
||||
.nav {
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
@ -415,7 +415,7 @@ table.table {
|
|||
}
|
||||
|
||||
.me-profile {
|
||||
border: 1px solid #000;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
.nav {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue