Fix border radius css feed panel
This commit is contained in:
@@ -495,11 +495,11 @@ $legend-color: $post-color;
|
|||||||
width: calc(100% + 2rem);
|
width: calc(100% + 2rem);
|
||||||
background: rgba(255, 255, 255, 0.4);
|
background: rgba(255, 255, 255, 0.4);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 3px 3px 0 0;
|
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
background: rgba(255,255,255,.4);
|
background: rgba(255,255,255,.4);
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
|
border-radius: 3px 3px 0 0;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: calc(100% - 3rem);
|
width: calc(100% - 3rem);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user