Fix border on mobile view
All checks were successful
/ publish (push) Successful in 8s

This commit is contained in:
asonix 2024-02-10 15:10:23 -06:00
parent 5031da5073
commit e57411a96f

View file

@ -17,7 +17,8 @@ body {
.sidebar {
background-color: #f5f5f5;
border-right: 1px solid #dddddd;
border: 0 solid #dddddd;
border-right-width: 1px;
color: #000;
display: flex;
flex-direction: column;
@ -143,7 +144,8 @@ footer p {
.sidebar {
background-color: #1a1a1a;
border-right: 1px solid #333333;
border: 0 solid #333333;
border-right-width: 1px;
color: #fff;
}
@ -198,6 +200,8 @@ footer p {
background-image: url('/pinkliom-small2.png');
background-repeat: no-repeat;
background-position: bottom right;
border-right-width: 0;
border-top-width: 1px;
min-height: auto;
width: 100%;
overflow-x: auto;