1
0
Fork 0
mirror of https://gitlab.com/Oreolek/black_phone.git synced 2024-05-01 08:39:56 +03:00

Style fixes

This commit is contained in:
Alexander Yakovlev 2016-01-03 00:12:35 +07:00
parent d98370303f
commit c04a1bc899
4 changed files with 10 additions and 4 deletions

View file

@ -247,9 +247,10 @@ situation "balcony",
It's a letter, written by hand on a thick sheet of what must be an A4 paper.
The handwriting is wobbly and the first three quarters of the sheet is gone, but the ending is legible.
...ok at them, celebrating the New Year, think of our anniversary.
*...ok at them, celebrating the New Year, think of our anniversary.
The day of White.
I will fly to you no matter what.
I will fly to you no matter what.*
    *L. Y.*
"""

View file

@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>The Black Phone</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,400italic|PT+Sans+Caption' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
</head>
<body>

View file

@ -1,10 +1,11 @@
$font-family-sans-serif: 'PT Sans','Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
$headings-font-family: "PT Sans Caption",$font-family-sans-serif;
$font-family-base: $font-family-sans-serif;
// palette: http://www.colourlovers.com/palette/292482/Terra
$body-bg: #031634;
$body-color: #E9DDCB;
$link-color: #CDB380;
$link-color: #E3E178;// #CDB380;
$btn-bg: #036564;
$btn-color: $body-color;
$secondary-bg: #033649;

View file

@ -112,6 +112,9 @@ body {
@media (min-width: breakpoint-min(sm)) {
@include make-col-offset(1);
}
p {
hyphens: auto;
}
padding: 1em;
ul {
margin: 0;
@ -158,7 +161,7 @@ body {
@include make-col-offset(1);
}
margin-top: 1em;
color: #654;
color: darken($body-color, 10%);
font-size: smaller;
display: none; // Shown by Javascript
#footleft {