Fix some sass migration regressions
This commit is contained in:
@@ -12,12 +12,13 @@
|
||||
|
||||
#projects {
|
||||
.map-container {
|
||||
width: $panel-width;
|
||||
max-width: $panel-width;
|
||||
width: calc(#{$panel-width});
|
||||
max-width: calc(#{$panel-width});
|
||||
}
|
||||
|
||||
#title {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.with-feed, &.with-settings {
|
||||
|
||||
Reference in New Issue
Block a user