We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97abd4 commit 8bc0393Copy full SHA for 8bc0393
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "liveServer.settings.port": 5501
3
+}
style.css
@@ -112,6 +112,8 @@ p {
112
text-align: right;
113
padding: 2.5rem;
114
align-self: center;
115
+ background-image: url(./img/onda.svg);
116
+ background-position: center;
117
}
118
119
.vantagens {
@@ -218,6 +220,9 @@ p {
218
220
219
221
.subtitulo {
222
text-align: center;
223
+ margin-top: 3.75rem;
224
+ margin-bottom: -1.5rem;
225
+ background-image: none;
226
227
228
0 commit comments