mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-30 14:35:19 -04:00
init media.css
- combine all media queries - name zmedia to conacat at last - change some max-width values to group them
This commit is contained in:
parent
4c51e9e8be
commit
704921ccd1
10 changed files with 72 additions and 70 deletions
|
@ -28,12 +28,6 @@
|
|||
pointer-events: none
|
||||
}
|
||||
|
||||
@media screen and (max-width:600px) {
|
||||
.profile img {
|
||||
transform: scale(.85)
|
||||
}
|
||||
}
|
||||
|
||||
.buttons {
|
||||
flex-wrap: wrap;
|
||||
max-width: 400px;
|
||||
|
@ -56,8 +50,3 @@
|
|||
transform: scale(.96)
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
.button:active {
|
||||
transform: none
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue