Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorde-souza <43355143+de-souza@users.noreply.github.com>2020-03-08 00:14:55 +0300
committerde-souza <43355143+de-souza@users.noreply.github.com>2020-03-08 00:14:55 +0300
commitb4548eb241ed63f5a62446221bbc88548db6e8d6 (patch)
tree877a1f7548eeeae7c05bd980ef509b1afd452318
parent51da9cbc0782ea69f89463a27b00eddb38b7dd65 (diff)
Fix indent
-rw-r--r--assets/css/contact.css56
1 files changed, 28 insertions, 28 deletions
diff --git a/assets/css/contact.css b/assets/css/contact.css
index 5468348..5241a52 100644
--- a/assets/css/contact.css
+++ b/assets/css/contact.css
@@ -3,37 +3,37 @@
margin: 1.5rem auto;
}
- .Contact-group {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
+.Contact-group {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
- .Contact-hidden {
- display: none;
- }
+.Contact-hidden {
+ display: none;
+}
- .Contact-item {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- margin: 0.5rem 0;
- }
+.Contact-item {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ margin: 0.5rem 0;
+}
- .Contact-label {
- flex-basis: 5rem;
- }
+.Contact-label {
+ flex-basis: 5rem;
+}
- .Contact-input {
- flex-grow: 1;
- flex-basis: 15rem;
- }
+.Contact-input {
+ flex-grow: 1;
+ flex-basis: 15rem;
+}
- .Contact-input--textbox {
- resize: vertical;
- height: 5rem;
- }
+.Contact-input--textbox {
+ resize: vertical;
+ height: 5rem;
+}
- .Contact-button {
- margin-left: auto;
- }
+.Contact-button {
+ margin-left: auto;
+}