summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css33
1 files changed, 0 insertions, 33 deletions
diff --git a/static/style.css b/static/style.css
index fa1fd6a..613844d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -77,17 +77,6 @@ th, td {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
-/*
-.column {
- flex: 1;
-}
-
-.row {
- display: flex;
- column-gap: 20px;
-}
-*/
-
.contact {
font-size: 140%;
color: #D9D9D9;
@@ -116,9 +105,7 @@ th, td {
.topnav li a {
color: #174372;
-/* display: block; */
text-align: center;
-/* padding: 14px 16px; */
text-decoration: none;
transform: none;
}
@@ -127,23 +114,3 @@ th, td {
color: #174372;
}
-/* For columns shortcode: */
-.md-columns {
- display: flex;
- flex-wrap: wrap;
- margin-left: -1rem;
- margin-right: -1rem;
-
- div {
- flex: 1 1;
- margin: 1rem 0;
- min-width: 100px;
- max-width: 100%;
- padding: 0 1rem;
- }
-
- .markdown-inner {
- margin-top: 0;
- margin-bottom: 0;
- }
-}