This commit is contained in:
harukin 2018-11-19 22:17:30 +09:00
parent 0c8a9b2f22
commit c8477e976c

View File

@ -40,7 +40,8 @@ aside #right_aside_wrapper {
main {
margin-left: auto;
margin-right: auto;
max-width: $main_widthpx;
/*カスタマイズ*/
/*max-width: $main_widthpx;*/
}
#overlay {
@ -2077,6 +2078,6 @@ a[title*="pawoo.net"]::after{
.region_3-on{
left: -288px;
width: calc( 100% + 288px + 288px );
width: calc( 100% + 288px);
}
}