1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-22 12:53:23 +02:00

.wrap: removing width 100%, padding: 12rem 0

This commit is contained in:
José Luis Antúnez
2017-06-22 11:23:56 +02:00
committed by GitHub
parent ea8a839dc8
commit 0b4c458203

View File

@@ -14,8 +14,8 @@
> .wrap { > .wrap {
@media (min-width: 1024px) { @media (min-width: 1024px) {
padding: 12rem; padding-left: 12rem;
width: 100%; padding-right:12rem;
} }
} }