1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00

working with sensor styling

This commit is contained in:
2016-09-08 13:34:01 +00:00
parent fc6af3cd4e
commit cb28f25b97
6 changed files with 56 additions and 13 deletions

View File

@@ -24,10 +24,6 @@
display: block;
margin: 0 auto;
}
code,
pre {
white-space: pre-wrap;
}
.btn {
width: 100%;
}

View File

@@ -8,10 +8,10 @@ $transitionDuration: 0.4s;
width: 100%;
height: auto;
border-radius: 0.5em;
margin-top: 0.5em;
}
h2 {
text-align: center;
margin-bottom: 0.5em;
}
a.toggler {
display: none;

View File

@@ -4,7 +4,6 @@ $backgroundColor: #FFFFFF;
html {
font-family: 'Roboto Slab', serif;
overflow: auto;
@media (max-width: 768px) {
overflow-x: hidden;
}