Skip to content

Commit

Permalink
Fix innerpage styless
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 committed Mar 22, 2024
1 parent 21b83f3 commit c6fdcf0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/c1.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>About Us</h1>
<div class="columns">
<div class="column is-5 is-offset-1-desktop">
<div class="ceo-message-wrapper">
<h1>Message from CEO</h1>
<h2>Message from CEO</h2>
<p>
The inventor of web browser, Marc Andreessen, once said that software is eating the world. Software developers are the craftsmen who will shape the future of human civilization. The vision of AppsCode is to make the best tools for software development available to anybody at an affordable price. We believe that human knowledge belongs to the world. So, we are building an integrated development platform that democratizes modern software development tools.
</p>
Expand Down
1 change: 0 additions & 1 deletion static/assets/sass/base/_innerpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
h1 {
font-size: 48px;
margin-bottom: 15px;
font-weight: 400;
}
p {
font-size: 18px;
Expand Down
7 changes: 3 additions & 4 deletions static/assets/sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18950,7 +18950,6 @@ Responsive Classes
.hero-area-2 .hero-area-inner-2 h1 {
font-size: 48px;
margin-bottom: 15px;
font-weight: 400;
}
.hero-area-2 .hero-area-inner-2 p {
font-size: 18px;
Expand Down Expand Up @@ -25665,9 +25664,9 @@ Responsive Classes
margin-bottom: 30px;
}

.ceo-message-wrapper h1 {
margin-bottom: 40px;
font-weight: 400;
.ceo-message-wrapper h2 {
margin-bottom: 8px;
font-size: 36px;
}

.signature-image {
Expand Down
2 changes: 1 addition & 1 deletion static/assets/sass/main.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/assets/sass/pages/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1117,9 +1117,9 @@
margin-bottom: 30px;
}

.ceo-message-wrapper h1 {
margin-bottom: 40px;
font-weight: 400;
.ceo-message-wrapper h2 {
margin-bottom: 8px;
font-size: 36px;
}

.signature-image {
Expand Down

0 comments on commit c6fdcf0

Please sign in to comment.