Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
ifokeev committed Mar 2, 2024
1 parent 32f4007 commit 781ca33
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/links-and-contacts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Our support team is dedicated to assisting you with any questions or problems yo
* [Twitter](https://twitter.com/trySynmetrix) / Updates and news
* [Youtube](https://www.youtube.com/channel/UCEPlxaWYrdOaf9IXjD2IRTg) / Video tutorials and demos

## Upcoming Updates and Changes
### Upcoming Updates and Changes

We are continuously working to improve Synmetrix and provide you with the best possible experience. Please subscribe to our [newsletter](https://docs.synmetrix.org/newsletter) to stay updated on the latest news and upcoming changes.

Expand Down
2 changes: 1 addition & 1 deletion docs/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ We welcome contributions from the community. If you'd like to get involved in th

## Contact Us

If you have questions, feedback, or need assistance, don't hesitate to reach out to us. [Contact us](/docs/links-and-contacts/index.md). or by visiting our [GitHub repository](https://github.com/mlcraft-io/mlcraft).
If you have questions, feedback, or need assistance, don't hesitate to [reach out to us.](/docs/links-and-contacts/index.md)

Synmetrix is meticulously designed to streamline your data management, analysis, and transmission workflows, making it the ultimate tool for all your data needs. We look forward to your involvement and contributions!
29 changes: 15 additions & 14 deletions src/pages/Newsletter/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,26 @@
height: 100vh;
}

p {
margin-bottom: 1rem;
color: #333;
font-size: 1.2rem;
}

.form {
.container .form {
max-width:400px;
padding:2rem;
margin:0 auto;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
label {

.container p {
margin-bottom: 1rem;
color: #333;
font-size: 1.2rem;
}

.container label {
font-size:1rem;
line-height:1.5rem;
display:inline-block;
margin-bottom:0.5rem;
}
input, select {
.container input, .container select {
font-size:1rem;
line-height:1.5rem;
width:100%;
Expand All @@ -33,10 +34,10 @@ input, select {
padding:0.375rem 0.75rem;
box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
.container input[type=checkbox], .container input[type=radio] {
width:auto;
}
button {
.container button {
font-size:1rem;
line-height:1.5rem;
background-color:black;
Expand All @@ -48,15 +49,15 @@ button {
border:1px solid transparent;
padding:0.375rem 0.75rem;
}
.fRow {
.container .fRow {
margin-bottom:1.2rem;
}
.aBadge {
.container .aBadge {
margin-top:1.8rem;
font-size: 12px;
color:#888;
}
.aBadge a {
.container .aBadge a {
margin-top:1.8rem;
font-size: 12px;
color:#888;
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0.0/links-and-contacts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Our support team is dedicated to assisting you with any questions or problems yo
* [Twitter](https://twitter.com/trySynmetrix) / Updates and news
* [Youtube](https://www.youtube.com/channel/UCEPlxaWYrdOaf9IXjD2IRTg) / Video tutorials and demos

## Upcoming Updates and Changes
### Upcoming Updates and Changes

We are continuously working to improve Synmetrix and provide you with the best possible experience. Please subscribe to our [newsletter](https://docs.synmetrix.org/newsletter) to stay updated on the latest news and upcoming changes.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0.0/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ We welcome contributions from the community. If you'd like to get involved in th

## Contact Us

If you have questions, feedback, or need assistance, don't hesitate to reach out to us. [Contact us](/docs/links-and-contacts/index.md). or by visiting our [GitHub repository](https://github.com/mlcraft-io/mlcraft).
If you have questions, feedback, or need assistance, don't hesitate to [reach out to us.](/docs/links-and-contacts/index.md)

Synmetrix is meticulously designed to streamline your data management, analysis, and transmission workflows, making it the ultimate tool for all your data needs. We look forward to your involvement and contributions!

0 comments on commit 781ca33

Please sign in to comment.