We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781279c commit 0fb5455Copy full SHA for 0fb5455
style.css
@@ -111,10 +111,12 @@ footer{
111
text-align: center; /* Optional: centers the text */
112
}
113
.mainpic {
114
+ margin-left: -15px;
115
margin-top:60px;
116
margin-bottom: 20px; /* Adds space between the image and the text */
- max-width: 90%;
117
+ max-width: 110%;
118
border-radius: 360px;
119
+ text-align: center;
120
121
.maintext {
122
margin-left: 0; /* Removes the left margin for mobile */
@@ -152,7 +154,7 @@ footer{
152
154
153
155
p{
156
margin-top: -20px;
- margin-bottom:20px;
157
+ margin-bottom:0px;
158
margin-right:30px;
159
margin-left:30px;
160
0 commit comments