Fix border radius css feed panel 2

This commit is contained in:
2020-04-06 21:35:57 +02:00
parent 49ae92447b
commit a81f7a596b
3 changed files with 3 additions and 4 deletions

View File

@@ -493,11 +493,10 @@ $legend-color: $post-color;
&.title {
margin: -1rem -1rem 0 -1rem;
width: calc(100% + 2rem);
background: rgba(255, 255, 255, 0.4);
text-align: center;
.logo {
background: rgba(255,255,255,.4);
background: rgba(255, 255, 255, .4);
padding: 1.5rem;
border-radius: 3px 3px 0 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long