mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00:00
working with sensor styling
This commit is contained in:
@@ -24,10 +24,6 @@
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
code,
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.btn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -4,7 +4,6 @@ $backgroundColor: #FFFFFF;
|
||||
html {
|
||||
font-family: 'Roboto Slab', serif;
|
||||
overflow: auto;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user