Spaces:
Running
Running
Upload 3 files
Browse files- styles.css +5 -2
styles.css
CHANGED
|
@@ -938,8 +938,7 @@ section {
|
|
| 938 |
.supertonic-2-logo {
|
| 939 |
width: 40%;
|
| 940 |
display: block;
|
| 941 |
-
margin
|
| 942 |
-
margin-right: auto;
|
| 943 |
cursor: pointer;
|
| 944 |
transition: opacity 0.3s ease;
|
| 945 |
}
|
|
@@ -952,6 +951,10 @@ section {
|
|
| 952 |
text-decoration: none;
|
| 953 |
}
|
| 954 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 955 |
.transformers-container p {
|
| 956 |
margin: 0;
|
| 957 |
line-height: 1.6;
|
|
|
|
| 938 |
.supertonic-2-logo {
|
| 939 |
width: 40%;
|
| 940 |
display: block;
|
| 941 |
+
margin: 100px auto 20px;
|
|
|
|
| 942 |
cursor: pointer;
|
| 943 |
transition: opacity 0.3s ease;
|
| 944 |
}
|
|
|
|
| 951 |
text-decoration: none;
|
| 952 |
}
|
| 953 |
|
| 954 |
+
.supertonic-2-container .transformers-buttons .btn {
|
| 955 |
+
width: 14rem;
|
| 956 |
+
}
|
| 957 |
+
|
| 958 |
.transformers-container p {
|
| 959 |
margin: 0;
|
| 960 |
line-height: 1.6;
|