summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-10-23 08:23:08 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-10-23 08:23:08 +0200
commit043a2250a0a9ea1aefd96517df981e5826dcf37f (patch)
treeff026ab77545711c18d8d0a19851e6f83fec81dd /css
parent79d0739cb2ab049c5e40351d4ae6a815ae8ec303 (diff)
Clean up main.less
Diffstat (limited to 'css')
-rw-r--r--css/main.less59
1 files changed, 13 insertions, 46 deletions
diff --git a/css/main.less b/css/main.less
index 2c3d1ed..eaccb43 100644
--- a/css/main.less
+++ b/css/main.less
@@ -11,16 +11,16 @@ html {
}
body {
- color: @bodyTextColor;
- font-size: 16px;
- line-height: 1.4;
- text-align: justify;
- width: 100%;
- margin: 0;
+ color: @bodyTextColor;
+ font-size: 16px;
+ line-height: 1.4;
+ text-align: justify;
+ width: 100%;
+ margin: 0;
}
small {
- font-size: 0.7em;
+ font-size: 0.7em;
}
li p {
@@ -52,15 +52,15 @@ code {
}
div.container {
- max-width: @mainWidth;
- margin: 0 auto 0.5em auto;
- padding: 1em 2em 0 2em;
+ max-width: @mainWidth;
+ margin: 0 auto 0.5em auto;
+ padding: 1em 2em 0 2em;
}
span.citneed{
- vertical-align: top;
- font-size: 0.7em;
- padding-left: 0.3em;
+ vertical-align: top;
+ font-size: 0.7em;
+ padding-left: 0.3em;
}
p.text-center {
@@ -72,36 +72,3 @@ article {
width: 50%
}
}
-
-@media screen and (max-width: 500px) {
- body{
- text-align: left;
- }
-
- div.fancyPositioning{
- div.picture-left{
- float: none;
- width: inherit;
- }
-
- div.tleft{
- float: none;
- width: inherit;
- }
- }
-
- blockquote{
- span{
- width: 80%;
- }
- author{
- padding-top: 1em;
- width: 80%;
- margin-left: 15%;
- &::before{
- content: "";
- margin-right: inherit;
- }
- }
- }
-}