mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-05-07 03:27:26 +02:00
fix fab layout bug
This commit is contained in:
12
frontend/src/scss/bootstrap.scss
vendored
12
frontend/src/scss/bootstrap.scss
vendored
@@ -1,2 +1,12 @@
|
||||
// Include bootstrap-grid.scss from node_modules
|
||||
@use '../node_modules/bootstrap/scss/bootstrap-grid.scss';
|
||||
@use '../node_modules/bootstrap/scss/bootstrap-grid.scss' with (
|
||||
$grid-breakpoints: (
|
||||
xs: 0,
|
||||
sm: 576px,
|
||||
md: 768px,
|
||||
lg: 992px,
|
||||
xl: 1200px,
|
||||
xxl: 1400px,
|
||||
xxxl: 1600px,
|
||||
)
|
||||
);
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
bottom: 2rem;
|
||||
z-index: 8;
|
||||
|
||||
@include bs.media-breakpoint-down(xxl) {
|
||||
@include bs.media-breakpoint-down(xxxl) {
|
||||
right: 4rem;
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
bottom: 4rem;
|
||||
}
|
||||
|
||||
@include bs.media-breakpoint-up(xxl) {
|
||||
@include bs.media-breakpoint-up(xxxl) {
|
||||
transform: translateX(3rem);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user