mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
working on responsive css
This commit is contained in:
parent
ae72d8b0f5
commit
c36e2529b1
14 changed files with 93 additions and 132 deletions
|
@ -5,18 +5,21 @@
|
|||
font-family: $font-family-base;
|
||||
}
|
||||
p {
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
font-size: 1.2rem;
|
||||
font-weight: lighter;
|
||||
margin-bottom: 40px;
|
||||
@include media-breakpoint-up(md) {
|
||||
width: 80%;
|
||||
}
|
||||
@include media-breakpoint-up(lg) {
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
.terminal {
|
||||
background: #eaeaea;
|
||||
border-radius: 3px;
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
@include whitebox();
|
||||
border-radius: 3px;
|
||||
margin: 0 auto;
|
||||
margin-top: -200px;
|
||||
img {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue