Merge pull request #2 from janlouda/master

Size on small screens adjusted, fonts with czech characters support added.
This commit is contained in:
Maryam Ashoori
2019-09-06 16:31:41 -04:00
committed by GitHub
2 changed files with 12 additions and 1 deletions
Binary file not shown.
+12 -1
View File
@@ -3,6 +3,11 @@
src: url("../../assets/fonts/IBMPlexMono/IBMPlexMono-Regular-Latin1.woff")
}
@font-face {
font-family: 'IBMPlexMonoRegularCS';
src: url("../../assets/fonts/IBMPlexMono/IBMPlexMono-Regular.ttf")
}
@font-face {
font-family: 'IBMPlexSansRegular';
src: url("../../assets/fonts/IBMPlexSans/IBMPlexSans-Regular-V01.1.woff")
@@ -38,7 +43,7 @@ header {
color: white;
padding: 15px;
text-align: center;
font-family: 'IBMPlexMonoRegular';
font-family: 'IBMPlexMonoRegularCS';
font-size: 14px
}
@@ -360,6 +365,12 @@ main section[id="3"] .right img {
max-width: 428px;
max-height: 409px
}
.lang-switch-area {
position: relative;
top: 0vh;
right: 0;
padding: 0;
}
}
@media screen and (max-width: 768px) {