more improvements and fixes
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 29s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 10s

This commit is contained in:
Samuel Philipp 2024-03-20 23:10:28 +01:00
parent 07d0c86ebb
commit 9b7b75d814
6 changed files with 17 additions and 7 deletions

View file

@ -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 {