Changeset 46762
- Timestamp:
- 11/23/2019 02:52:13 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r46722 r46762 2412 2412 margin-right: auto; 2413 2413 max-width: 58rem; 2414 width: calc(100% - 4rem);2414 width: 100%; 2415 2415 } 2416 2416 … … 2576 2576 margin-right: auto; 2577 2577 max-width: 58rem; 2578 width: calc(100% - 4rem);2578 width: 100%; 2579 2579 } 2580 2580 -
trunk/src/wp-content/themes/twentytwenty/style.css
r46722 r46762 2428 2428 margin-left: auto; 2429 2429 max-width: 58rem; 2430 width: calc(100% - 4rem);2430 width: 100%; 2431 2431 } 2432 2432 … … 2592 2592 margin-left: auto; 2593 2593 max-width: 58rem; 2594 width: calc(100% - 4rem);2594 width: 100%; 2595 2595 } 2596 2596
Note: See TracChangeset
for help on using the changeset viewer.