29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-01 17:43:42 +00:00

[4.0] Template Atum - Remove content padding (#28975)

* Remove separate content padding

* Add padding top on dashboards
This commit is contained in:
Elisa Foltyn 2020-05-27 00:37:09 +02:00 committed by GitHub
parent 86a9ee7209
commit 3aa018eea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,6 @@ body .container-main {
.content {
padding: 2vw;
border-radius: $border-radius;
> .row {

View File

@ -72,7 +72,7 @@
.com_cpanel {
.content {
margin-top: 0;
margin-top: 1rem;
}
.card {