>>384
空白使わなくてもCSSでサイズ調整できます
```
#header {
.url-container {
width: 50% !important;
}
}
```