Skip to content

Commit

Permalink
style: 💄 fix ui issues using margin instead of the padding for sections
Browse files Browse the repository at this point in the history
  • Loading branch information
chavvz committed Dec 26, 2022
1 parent 3316e2c commit 152a08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions assets/css/argon.css
Original file line number Diff line number Diff line change
Expand Up @@ -17181,8 +17181,7 @@ textarea[resize='horizontal']
{
position: relative;

padding-top: 4rem;
padding-bottom: 4rem;
margin-top: 2.5rem;
}

.section-xl
Expand Down
2 changes: 1 addition & 1 deletion assets/css/global-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {

/* upspeak & Home page testimonial section*/
.testimonial-section {
padding: 10px 10px 10px 10px;
margin:0.5rem;
}

.testimonial-section .main-topic {
Expand Down

0 comments on commit 152a08a

Please sign in to comment.